Skip to main content

Microsoft Silverlight

Answered Question Deployment Problem with IIS 7RSS Feed

(0)

Congero8
Congero8

Member

Member

7 points

18 Posts

Deployment Problem with IIS 7

I have a very simple Silverlight3 application which was developed using the silverlight 3 business application template.  I can run the application in  VS 2008 without a problem. To test,  I published the application and copied the published application to my IIS 7 server .  If I browse the application in IIS I get a blank screen.  I checked the Mime types and athey were fine.  I am not getting any browser errors or any error events in event viewer.  Any suggestions would be welcome.

Thanks

meidianto
meidianto

Member

Member

605 points

130 Posts

Answered Question

Re: Deployment Problem with IIS 7

  1. Make sure .xap MIME type is registered (extension: .xap ; MIME Type: application/x-silverlight-app)
  2. Make sure you're browsing the correct page (many times developer wrongly open the web page). When you run the website on IIS, by default it will open Default.aspx instead of the [ApplicationName]TestPage.aspx usually opened by Visual Studio.

Please "Mark as Answer" if this post answers your question.

Ferry Meidianto
www.meidianto.com

Congero8
Congero8

Member

Member

7 points

18 Posts

Re: Deployment Problem with IIS 7

Thanks, number 2 was the answer.  now I'm able to run my larger project, thanksBig Smile

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities