Webforms 应用程序作为 MVC 应用程序的区域
我有主要的应用程序,在mvc上,带有性感的路由,ant等。 我可以添加现有的 webfroms 应用程序作为该应用程序的区域吗? 简单的复制pase,在编译时会导致很多错误,也许某些dll不存在,或者配置不正确?我在哪里可以读到相关内容?
i have main application, on mvc, with sexy routing, ant etc.
can i add existing webfroms application, as area of that application?
simple copy pase, causes many errors at compile time, maybe some dll doesnt exist, or config is not right? where can i read about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的。 专业 ASP.NET MVC 1.0 有一个章节专门介绍 Webform 和 MVC。还有其他 Stack Overflow 问题可以解决这个问题:
Yes, it's possible. Professional ASP.NET MVC 1.0 has a chapter dedicated to Webforms and MVC together. There are also other Stack Overflow questions that deal with it:
我认为您不能复制/粘贴旧的 ASP.Net 代码并期望它在 ASP.Net MVC 下运行。
但您至少有两个选择:
这两个选项都不是完美的,并且可能无法使用,但我认为您不会进一步使用旧代码。
I don't think you can copy/paste your old ASP.Net ode and expect it to run under ASP.Net MVC.
But you have at least two options:
Neither option is perfect, and may not be useable, but I don't think you will get further with your old code.