Hello,
I'm learning to build Silverlight 3 apps using WCF to communicate with the back end. We are going to deploy to IIS7 on Server2008 or Vista. The client binaries as well as the web service binaries are all located in the same IIS web directory. When I hit the service front page (http://localhost/MyService.svc) it returns just fine. When I hit the app (http://localhost/index.html) i get my Silverlight app. The static material renders just fine, however the two fields im trying to fill return with CrossDomainError. From what I understand this occurs when you hit a service from a page hosted on some other domain. I don't believe I'm doing that, unless unwittingly.
The Exception Message is :
[CrossDomainError] Arguments:http://localhost:2721/Service1.svc Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See [some horrendous url which i wont reproduce here since it was useless anyway]
I opened port 2721 both inbound and outbound with no effect.
Any thoughts?
Thanks, Brian