Tuesday, March 22, 2011

Silverlight Integration in DNN

Here are the simple steps to integrate Silverlight in DotNetNuke.
1) Publish the silverlight application


2) Host the published silverlight application in IIS
3) Goto the DNN website. Create a web page for hosting the silverlight application
4) 4) Add the “HTML” module to the newly created page. And then, go to the HTML view in the Rich Text Editor. Place the <IFRAME> tag with the src to the silverlight HTML page hosted in IIS in the above steps
5) Voila!!! Now you can see that silverlight functionality working in the DNN site