Webforms 应用程序作为 MVC 应用程序的区域

发布于 2024-10-17 15:23:09 字数 126 浏览 1 评论 0原文

我有主要的应用程序,在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦晓ヶ微光ヅ倾城 2024-10-24 15:23:09

是的,这是可能的。 专业 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:

暖树树初阳… 2024-10-24 15:23:09

我认为您不能复制/粘贴旧的 ASP.Net 代码并期望它在 ASP.Net MVC 下运行。

但您至少有两个选择:

  • 我认为可以在 ASP.Net MVC 站点中包含 ASP.Net 用户控件
  • 并且您始终可以在新站点上的 IFrame 中包含旧站点

这两个选项都不是完美的,并且可能无法使用,但我认为您不会进一步使用旧代码。

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:

  • I think it is possible to include an ASP.Net user control in an ASP.Net MVC site
  • And you could always include the old site in an IFrame on your new site

Neither option is perfect, and may not be useable, but I don't think you will get further with your old code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文