I have two Silverlight web application.
I have another normal web application. In an aspx page, I have two links, one link should call the page in First Silverlight web application. Another link should call the Second Silverlight application.
Any idea how to call those two silver light application in a web application.
What are all the steps to be done ?
Loading

Jaganathan BantheswaranPosted Jul 22, 2011, 7:38 AM
I guess, you would have asp.net pages which includes the silverlight xap [Silverlight web application].
just create two links like,
Link one
Link one
while clicking these links the silverlight web pages will be loaded.