This is a mirror of official site: http://jasper-net.blogspot.com/

How to Use ASP.NET “Property Pages” to create or host a Silverlight application in ASP.NET Site ?

| Monday, November 15, 2010
While creating a Silverlight application in Visual Studio 2010, after providing the application name, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or not. If you select the “Ok” button , Visual Studio will create a ASP.NET Site to host the corresponding Silverlight Application. So whenever you will run the Silverlight application, ASP.NET site will automatically host the Silverlight file  But suppose you have an existing Silverlight Application and you want to host it in a ASP.NET site in a similar way that New Silverlight project does  or you want to add a new Silverlight application which will automatically host inside your current asp.net web site? Do you know we can easily achieve this using “Property Pages” of an ASP.NET Application. Let’s explore how we can do that.

let’s consider you have an existing Silverlight application and you want to host it in a ASP.NET Web sites.

2_thumb5.png?w=203&h=244

Read more: Abhijit's World of .NET

Posted via email from .NET Info

0 comments: