Skip to main content
Home Forums General Silverlight Hosting and Streaming Silverlight With WCF - Hosting
2 replies. Latest Post by davidezordan on July 4, 2009.
(0)
rajwebdev
Member
4 points
3 Posts
07-04-2009 6:33 AM |
It's a mashup silverlight application.I use WCF to fetch data from different Uri's.Now both the WCF service and the Silverlight application works fine in my virtual machine.I published my Silverlight application to IIS (VM) and tried to view my application outside my virtual machine.
I'm able to view the silverlight pages but when i click a button that invokes the WCF service method, my local machine browser throws an exception with the data returned via the WCF service. This happens only when i view my application outside my virtual machine.What could be wrong?.Both machines are in the same Domain.
Please help.
ken tucker
All-Star
16276 points
2,479 Posts
07-04-2009 6:39 AM |
I would use a tool like fiddler to see what is going on.
http://silverlight.net/blogs/msnow/archive/2008/10/20/silverlight-tip-of-the-day-63-how-to-monitor-http-traffic-for-errors.aspx
davidezo...
Contributor
5686 points
873 Posts
07-04-2009 10:15 AM |
Hi,
you can also read this article.