Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any link or video tutorial for knowing on how to deploy a silverlight application on the IIS7 server??

I am looking for this all the day but found with no good solution on internet.

I am a very new bee to silverlight application and my first task is to deploy a simple silverlight application on IIS7, which became mystry on where to start, what tobe installed and a clean proper way of doing it..


please, please, please help me out!!! :(( :((


many thanks,
Prasad
Posted

Hi Prasad,

Don't cry as it is very simple as 1-2-3. :-\

You don't need to install anything in webserver, nor you have to do any huge configuration to host your Silverlight application. Do the simple basic steps like creating virtual application pointing to the Silverlight hosting path.

Then be sure that, the following MIME types are already available in your IIS Server.

.xap application/x-silverlight-app
.xaml application/xaml+xml
.xbap application/x-ms-xbap


If not, just follow the below link to configure your IIS to support the above MIME Types for Silverlight application.

http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/[^]

Please "Mark As Answer" if this solves your problem and no need to cry, we are here to support you :) .
 
Share this answer
 
In addition to the link mentioned above, go through this. Nice and easy.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900