Skip to main content
Home Forums General Silverlight Installation and Setup SV2 empty screen
3 replies. Latest Post by andreyk44 on May 30, 2008.
(0)
andreyk44
Member
2 points
4 Posts
05-29-2008 3:31 PM |
When I copy my Asp.net / Silverlight Web site from VS.2008 project into IIS directory on the same machine (Windows Server 2003) I get empty screen in both IE7 and Firefox browsers.So this ASP.NET development server pagehttp://localhost:11785/TestSilverlight20/ brings me my very simple Silverlight test pageThe same page from virtual directory on local IIShttp://localhost/TestSilverlight20/brings me just empty white page with popup menu "Silverlight Configuration". No matter how I put the files into IIS directory - manually copying or with 'Publish' feature from VS.2008. Any ideas... ?Thanks
When I copy my Asp.net / Silverlight Web site from VS.2008 project into IIS directory on the same machine (Windows Server 2003) I get empty screen in both IE7 and Firefox browsers.So this ASP.NET development server page
http://localhost:11785/TestSilverlight20/
brings me my very simple Silverlight test page
The same page from virtual directory on local IIS
http://localhost/TestSilverlight20/
brings me just empty white page with popup menu "Silverlight Configuration". No matter how I put the files into IIS directory - manually copying or with 'Publish' feature from VS.2008.
Any ideas... ?Thanks
Jim Mangaly
Contributor
2622 points
381 Posts
05-29-2008 3:42 PM |
Could it be that you have not specified the default aspx page. To double check why don't you give the full path to the aspx/html page that hosts the Silverlight content. Something like: http://localhost/TestSilverlight20/MySilverlightApp.aspx.
Hope this helps,Jim (http://jimmangaly.blogspot.com/)
Please MARK the replies as answers if they answered your question
Psychlis...
6045 points
973 Posts
05-29-2008 3:52 PM |
Add the mime type for xap: application/x-silverlight-app
Pete
05-30-2008 3:37 AM |
It resolved the problem. Thank you, Pete!