Author: Visual Web Developer Team Blog | Posted on: 6/5/2009 1:46:07 PM | Views : 892

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...(read more) ...

Go to the complete details ...