How can I create a hybrid Silverlight and aspx application

Posted by PilotBob on Stack Overflow See other posts from Stack Overflow or by PilotBob
Published on 2010-01-21T19:35:43Z Indexed on 2010/03/15 1:09 UTC
Read the original article Hit count: 555

Here is my scenerio..

We have an ASP.Net 2.x web site. We want to migrate it to Silverlight full frame application. However, there is no way we can go away in a corner and redo every web page in SL right off the bat.

What I would like to do is build the chrome of the app (main page, dashboard, login, common system/config screens, main menu) in SL and be able to open existing .aspx pages in the main content SL frame.

From what I see there is no way to do this. I thought the Webbrowser control in SL4 would be the answer, but apparently that only works if your app is run out of browser.

So, what is my best recourse? It seems like I will have to create some type of .aspx page that hosts the .XAP and pass in the page I want it to load?

How would you gurus approach this?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about silverlight-4.0