Hosting your Silverlight application

There will two steps has to be to followed when you host application
*Select the Add a new ASP.NET Web project to the solution to host Silverlight option if you want to add a separate ASP.NET-based Web site to your solution to host the Silverlight application. If you select this option, you must also specify the Project Type and Name in the Options pane.

*Select the automatically generate a test page to host Silverlight at build time option if you do not want to use a Web site to host your Silverlight application. Instead, an HTML test page will be generated to host your application
Silverlight Application Project Web Site Files

ASP.NET Web site is created and added to the Silverlight solution. The Web site contains the following files

• Default files
• Web.config
• HTML file
• .aspx file
Silverlight Application Project Files
A Silverlight application project contains the following configuration, assembly references, and code files:
• AppManifest.xml
• AssemblyInfo.cs or AssemblyInfo.vb
• xap file
• mscorlib.dll
• page files
• App files
• Test Page

Comments

Popular Posts