ActionLink 在本地工作,但不适用于主机服务器。 (Host4Life)

发布于 2024-08-08 19:31:52 字数 1468 浏览 3 评论 0 原文

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

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

发布评论

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

评论(1

赠我空喜 2024-08-15 19:31:52

IIS 6?这是共享主机还是虚拟服务器(即主机公司控制 IIS 还是您控制 IIS)?

必须将 IIS 配置为通过 asp.net 发送对您网站的所有请求,以便路由正常工作。这通常通过配置 iis 中的通配符映射(确保 IIS 不检查文件是否存在)。

如果您可以在服务器上配置 IIS,则可以自己执行此操作 (请参阅此处了解更多信息)。如果你不能,你必须让你的主人为你做这件事。然而,他们可能会告诉你步行。在这种情况下,您必须找到一个 MVC 友好的主机。

IIS 6? Is this a shared host or a virtual server (i.e., does the host company control IIS or do you control IIS)?

IIS has to be configured to send ALL requests for your website through asp.net in order for routes to work correctly. This is usually accomplished by configuring a wildcard mapping in iis (making sure IIS does NOT check for the existence of the file).

If you can configure IIS on the server, you can do this yourself (see here for more info). If you can't, you have to have your host do this for you. They might tell you to take it walking, however. In that case, you'll have to find a MVC friendly host.

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