Question : Silverlight best practice

I am using Silverlight3

Can anyone tell me what is the best practice to use silverlight, i mean i should take only silverlight project and will host its object in html page or i should use asp.net website to host silverlight in .aspx page then i can use server site too.Please tell me what is the best practice?

Thanks

Answer : Silverlight best practice

This depends largely on what the web server supports that you'll be putting your Silverlight app on.

If the web server supports ASP.NET then you should create a Silverlight app with ASP.NET support.  Having ASP.NET host the silverlight app adds a lot of functionality that isn't included with HTML.  But ASP.NET is not supported by all web servers.

If you don't know what your web server supports you should host the Silverlight app in HTML.  When Silverlight is hosted in HTML it is more or less guaranteed to work on any web server you put your website and Silverlight app on.

It's a functionality (use ASP.NET) versus compatibility (use HTML) issue.
Random Solutions  
 
programming4us programming4us