通过防火墙路由公开 Web 服务器时的 MVC3 路由(??) 问题

发布于 2024-11-26 20:24:24 字数 309 浏览 2 评论 0原文

内部 mvc3 web 应用程序托管在本地服务器 localserver/ourwebapp 上 (iis7) 我们正在尝试通过防火墙路由将 webapp 暴露给外部: www.ourcompany.com/thewebapp 映射到 localserver/ourwebapp

尽管如此,路由仍然有效,渲染的 html 中的所有链接仍然包含 ourwebapp/controller/action,这当然不起作用。

知道如何解决这个问题吗?

谢谢!

An internal mvc3 webapp is hosted (iis7) on a local server localserver/ourwebapp
We are trying to expose the webapp external through a firewall route:
www.ourcompany.com/thewebapp is mapped to localserver/ourwebapp.

Nevertheless the route is working, all links in the rendered html still contain ourwebapp/controller/action, which of course doesn't work.

Any idea's how to resolve this issue?

Thx!

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

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

发布评论

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

评论(1

负佳期 2024-12-03 20:24:24

您是否尝试将 www.ourcompany.com 添加到 站点的 IIS 绑定

Did you try adding the www.ourcompany.com to the list of IIS Bindings for the site?

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