升级到 ASP.NET MVC 版本 2

发布于 2024-08-12 15:40:23 字数 140 浏览 6 评论 0原文

我今天一直在 ASP.NET MVC 项目上做一些工作,我尝试发布该网站,但出现错误。我的托管服务提供商告诉我,这是因为我拥有版本 1,而他们支持版本 2。 我怎样才能升级到版本2? 两个版本之间的差异是否如此巨大以至于后续版本不支持先前版本?

谢谢

I have been doing some work on a ASP.NET MVC project today i tried to publish the website but i ve got an error. my hosting service provider told me is due to the fact that i have version 1 while they support version 2.
how can i upgrade to version 2?
are the differences between the two version so extreme that a previous version is not supported by the successuve?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

一念一轮回 2024-08-19 15:40:23

这看起来很不寻常,因为:

  1. MVC 2 仍处于测试阶段,并且
  2. 这两个版本可以并行运行。

That seems very unusual, because:

  1. MVC 2 is still in beta, and
  2. The two versions can be run side by side.
所有深爱都是秘密 2024-08-19 15:40:23

这听起来是倒退的(即我会看看他们是否只支持 1,而不是 2)。 2还不是最终版本,除非我错得很离谱。

MVC 应该是可进行 bin 部署的。只需标记引用(对当前的 v1 引用)即可复制到本地并尝试以这种方式发布。

This sounds backwards (i.e. I would see if they only supported 1, not 2). 2 is not yet final, unless I'm very much wrong.

MVC should be bin-deployable. Just mark the reference (to your current v1 ref) to copy local and try publishing that way.

仅此而已 2024-08-19 15:40:23

MSDN 上有一个指导文档:将 ASP.NET MVC 1.0 应用程序升级到 ASP.NET MVC 2。我今天使用了它,它对迁移我的应用程序非常有帮助。

There is a guidance document on MSDN :Upgrading an ASP.NET MVC 1.0 Application to ASP.NET MVC 2. I used it today and it was very helpful in migrating my application.

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