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
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 directory2. 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