ASP.NET RAZOR 网址?获取 403

发布于 2024-10-23 14:26:12 字数 271 浏览 1 评论 0原文

我使用 WebMatrix 进行了尝试并做了一个非常简单的学习网站。但是,当我上传到实际的 Windows 服务器(是的,已安装 WebMatrix)时,MVC 样式 url 不起作用。

如果您访问 http://173.201.29.98:88/ 您会看到

但是如果您转到http://173.201.29.98:88/Default.cshtml 有用。

有谁知道出了什么问题吗?我所做的就是上传它,没有使用“发布”功能。

I used WebMatrix to play around and do a very simple site for learning. However, when I upload to an actual Windows server (yes, WebMatrix installed) The MVC style url's dont work.

If you go to http://173.201.29.98:88/
You'll see

But if you go to http://173.201.29.98:88/Default.cshtml
it works.

Anyone know what's wrong? I'll I've done is upload it, didn't use the "Publish" feature.

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

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

发布评论

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

评论(1

淡莣 2024-10-30 14:26:13

哈哈,在更深入地查看 Stack Overflow 后,我找到了答案。

Razor 页面无法使用 Rewrite

非常简单。

<system.webServer>
  <modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>

Lol, after looking more deeply in Stack Overflow I found the answer.

Razor page not working with Rewrite

Pretty Simple.

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