发布一个网站。 net 4.0 在主机上。网3.5

发布于 2024-11-06 14:20:47 字数 213 浏览 0 评论 0原文

在 WebMatrix 上开发一个网站并尝试发布它。

在他们雇用的支持 .net Framework 3.5 的主机上,该网站在 .net 4.0 上运行。

有什么办法让它在3.5中工作吗?

在WebMatrix中,可以选择将.net 4.0切换到2.0,并且无法切换到3.5,.net 2.0不起作用。

您已经向房东支付了费用,因此无法更换房东。

Develop a site on WebMatrix and am trying to publish it.

On the host they hired to support the .net framework 3.5, and the site runs on the .net 4.0.

Is there any way to make it work in 3.5.

In WebMatrix have the option of exchanging .net 4.0 to 2.0 and there's no way to switch to 3.5, with .net 2.0 does not work.

You already paid by the host, then it is not possible to change host.

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

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

发布评论

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

评论(2

薯片软お妹 2024-11-13 14:20:47

整个网页 (Razor) 框架是针对 .NET 4.0 编译的。除非 Web 服务器上安装了 .NET 4,否则无法运行 ASP.NET 网页站点。

The whole of the Web Pages (Razor) framework is compiled against .NET 4.0. You cannot get ASP.NET Web Pages sites to run unless .NET 4 is installed on the web server.

爱冒险 2024-11-13 14:20:47

我假设切换主机是不可能的?

您可以重新定位您的项目,但这可能会导致问题如果您使用了.net 4引入的功能,请在代码中添加。

I'll assume switching hosts isn't a possibility?

You can re-target your project(s) but this may cause issues in the code if you have used features introduced by .net 4.

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