Hosting a Silverlight application in a View?

六眼飞鱼酱① 提交于 2019-12-11 16:55:19

问题


I need to write a little wizard application into which a user inputs some information. I was going to write this as a silverlight application.

The website hosting it is developed using ASP.NET MVC 2 (.NET 4.0). Is it possible to host a silverlight application in an ASP.NET MVC 2 View?

Also, are there any good frameworks out there for creating online wizard applications like the one I need to create?

TIA


回答1:


Is it possible to host a silverlight application in an ASP.NET MVC 2 View?

Yes, simply use the VS2010 Silverlight 4.0 application creation wizard and select ASP.NET MVC site to host it instead of classic ASP.NET site:

Also, are there any good frameworks out there for creating online wizard applications like the one I need to create?

Hard to say from I need to write a little wizard application into which a user inputs some information



来源:https://stackoverflow.com/questions/5302584/hosting-a-silverlight-application-in-a-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!