Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Remote browse the silverligth application
3 replies. Latest Post by xsdf on August 5, 2008.
(0)
xsdf
Member
135 points
218 Posts
08-04-2008 11:18 PM |
I have published a silverlight beta2 application in local IIS 6.0 .
And browse the sl2 application ok in local like such address (the 10.1.1.1 is the localhost ip address):
http://10.1.1.1/sl.aspx
but in the intranet ,
use same address can't browse the sl application well . (I can ping the 10.1.1.1 ok ) .
It display : The server at 10.4.1.17 is taking too long to respond .
Does anyone know what kind of problems will cause this problem ?
HarshBar...
Star
9908 points
1,719 Posts
08-05-2008 12:25 AM |
In your IIS is mime type of Silverlight yon have Added or not.That might be issue for this one or you can check size of your .Xap file.
08-05-2008 1:41 AM |
I have add the MIME type in IIS virutal directory . And in the local all is ok .
08-05-2008 5:32 AM |
I found the problem .
The windows firewall block the TCP 80 port.
Now this solved.