我的 ASP.NET MVC 路由出了什么问题?

发布于 2024-10-17 21:25:03 字数 199 浏览 5 评论 0原文

我有一个基于 ASP.NET MVC 1 构建的应用程序,它已经运行良好很长时间了。我需要向其中添加一个功能,并意识到我不需要那里的路由,因为它们是由默认路由处理的。

当我在我的电脑上运行它时,路由一切正常,但是,当我上传到服务器时,它不想工作。我已经重新启动了 IIS,甚至重新启动了服务器,但仍然无法正常工作。

有什么想法吗?我还需要做其他事情吗?

I have an app that was built on ASP.NET MVC 1 and it's been working fine for a long time now. I needed to add a feature to it and realized that I didn't need the routes that were there because they were handled by the default route.

When I run it on my pc everything works fine with the routes, however, when I upload to the server, it doesn't want to work. I have restarted IIS and even rebooted the server but still not working correctly.

Any ideas? Do I need to do something else?

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

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

发布评论

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

评论(2

千秋岁 2024-10-24 21:25:03

IIS 是什么版本?如果您使用的是 IIS6,则需要通配符映射来进行路由。

What version of IIS? If you are using IIS6, you need a wildcard map for routing.

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