With VS10 beta1 environment, you can also install Silverlight 3 beta to combine the power of both.
When a Silverlight 3 beta project is compiled, it generates xap file. The web application or website should take the xap as content for Build Action. The following shows what the default Siliverlight project has:
Having this information, one can use Dev10 Beta1’s deployment features to deploy the Silverilght application to IIS, or simply ftp the xap and related files to the server.
In order to view the silverlight application correctly, one need to setup configure IIS correctly. For Dev10 beta1, make sure the corresponding IIS virtual application is using targeted ASP.NET framework. For example, if the application target is ASP.NET v4.0, please choose an application pool which runs v4.0 beta in IIS7, or mark the virtual application as framework 4.0 in IIS5/6 and make sure it is with an application pool which all the applications run the same framework.
IIS6 may also need to configure the MIME type for the Silverlight .xap extension, by following:
For PHP developers, here’s a reference which you can build and deploy Silverlight application in PHP. http://blogs.msdn.com/webdevtools/archive/2009/03/19/creating-silverlight-3-applications-for-php.aspx
Xinyang Qiu | Visual Web Devloper
With VS10 beta1 environment, you can also install Silverlight 3 beta to combine the power of both. When
Thank you for submitting this cool story - Trackback from DotNetShoutout
Interesting Finds: June 6, 2009
Thank you for submitting this cool story - Trackback from progg.ru
Daily tech links for .net and related technologies - June 7, 2009 Web Development Implementing Incremental
VS2010 and .NET Framework 4 In-Process Side by Side Part 2 - Common in-proc SxS scenarios Achieving Speedups with Small Parallel Loop Boodies Visual Studio 2010 Performance Part 2: Text Editor A scalable reader/writer scheme with optimistic retry Deploying
My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Greg Duncan has posted a few good links: Free Training of the Week – Seven hours of free, for a limited time, .Net (C#/VB) training