Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Cross Domain Error
1 replies. Latest Post by edward_494 on January 15, 2008.
(0)
hammadmirza
Member
324 points
107 Posts
01-15-2008 3:36 AM |
Hi
I have a webservice running at http://localhost:49763
and when i call it from a Silverlight Application also running at http://localhost/TestPage.html
i get "Cross Domain calls is not supported by BrowserHttpRequest"
Webservice is implemented in a separate solution from Silverlight Application...
edward_494
149 points
86 Posts
01-15-2008 3:42 AM |
this question has been raised many times.
here is the link that i used to help me get thru this.
http://peterkellner.net/2007/06/18/silverlightdebugwebservicedotnet/