Skip to main content

Microsoft Silverlight

Answered Question SV2 empty screenRSS Feed

(0)

andreyk44
andreyk44

Member

Member

2 points

4 Posts

SV2 empty screen

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
Jim Mangaly

Contributor

Contributor

2622 points

381 Posts

Re: SV2 empty screen

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

http://www.identitymine.com/

Psychlist1972
Psychlis...

Contributor

Contributor

6045 points

973 Posts

MicrosoftModerator
Answered Question

Re: SV2 empty screen

Add the mime type for xap: application/x-silverlight-app

Pete

Silverlight.net Moderator
MVP: Silverlight, Silverlight Insider
Author: Silverlight in Action, 2nd Edition
POKE 53280,0 - My Blog

Opinions are my own. Oh, and I don't work for Microsoft.

andreyk44
andreyk44

Member

Member

2 points

4 Posts

Re: SV2 empty screen

It resolved the problem.
Thank you, Pete!
 

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities