ASP.NET MVC 2 网站内的 WebForm
我创建了一个 ASP.NET MVC 2 网站和一个经典的 ASP.NET WebForms,让客户端处理数据(SQL Server)。
现在,由于预算原因,我被迫将它们混合在一个唯一的网站中。我读了很多关于相反情况的教程,但还没有找到关于如何在 MVC 2 项目中使用旧的 webforms 的线索。
这可能吗?
I created an ASP.NET MVC 2 website and a classic ASP.NET WebForms to let the client to deal with the data (SQL Server).
Now, because of budget reasons, I´m forced to mix them together in one only web site. I read a lot of tutorials about the inverse situation, but haven´t found a clue on how to use my old webforms inside a MVC 2 project.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以查看这个回复
混合 webform 和 mvc
以及斯科特·汉塞尔曼博客 Webforms 和 mvc3 的混合模式
you can check this reply
Mixing webforms and mvc
and also scott hanselman blog Mixed mode for webforms and mvc3