The doco says that silverlight 1.1 & 2.0 don't need any features from IIS e.g the System.Web.UI.SilverlightControls.Silverlight control inherits from System.Web.UI.Controls.WebControl.
I am able to show my DNN module in my test solution but it will not appear on a dnn page.
Here is the source for my page with my module on it that is trying to show 2 Silverlight 2.0 controls.
I have updated my MIME extensions as described above for .xap files. I was running Silverlight 1.1 but now have upgraded to Silverlight 2.0. I am using a silverlight link in my project to generate the .xap files.
I have spent about 2 weeks on this now and no luck showing the silverlight controls.
(Forum Moderator removed code due to formatting errors. Please only post a relevant snippet)
This control provides a way to integrate Silverlight in an ASP.NET Web page. This control inherits from System.Web.UI.Controls.WebControl, and implements System.Web.UI.IScriptControl. The Silverlight server control uses XAML in combination with the Silverlight plug-in and the JavaScript Sys.UI.Silverlight.Control class. Unlike the MediaPlayer server control, the Silverlight server control is generic and is not designed only to manage media files. For more information see, the ASP.NET 3.5 Extensions Preview .