Page view counter
IIS Host a Blend silverlight 2 application
Last post 08-13-2008 6:56 PM by shahed. 1 replies.
Sort Posts:
08-13-2008 3:31 PM
IIS Host a Blend silverlight 2 application

 Hi

 How do i host my Expression Blend 2.0 June Preview Silverlight 2 beta application on a IIS web server.

 I haven't created the project in vs 2008 - solely in expression blend.

Links ,Tips and suggestions are very much appreciated

 

Thanks

vbturbo

Loading...
Joined on 08-13-2008
Posts 1
08-13-2008 6:56 PM
Marked as Answer
Re: IIS Host a Blend silverlight 2 application

Hi,

You only need to copy the *.xap file and the default.html or any html that you like. The steps are:

1. Create a 'ClientBin' folder in your website root directory
2. Copy the *.xap file into the ClientBin ( the *.xap file is in /bin/debug/)
3. Copy the default.html (or any html you like)
    Open the html and confirm the *.xap file reference. For ex:
     <param name="source" value="ClientBin/Test.xap"/>
 
If its the first time you are deploying a Silvelight application in that IIS then you may need to add the extension in MIME Type. You can find detail steps here: http://www.shahed.net/post/Hosting-Silverlight-20-in-IIS.aspx

Thanks,
Shahed

shahed

Loading...
Joined on 01-09-2006
Bangladesh
Posts 21
Microsoft Communities