Is anyone using IIS Express to test their Silverlight API Apps?
I'm trying to use it and access data that we have in a SQL Server ArcSDE but I keep getting a Cross Domain error. I've been trying to find the properly location for a clientaccesspolicy.xml file but I'm not having any luck. Has anyone else hit and resolved this issue w/ IIS Express? Where is the proper location for the .XML file?
Actually, looks like the problem was the clientaccesspolicy.xml file did not exist on the IIS server that I was trying to access. The Sysinternals Monitor helped though in that it verified that I had things locally in the right place.