通过防火墙路由公开 Web 服务器时的 MVC3 路由(??) 问题
内部 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将 www.ourcompany.com 添加到 站点的 IIS 绑定?
Did you try adding the www.ourcompany.com to the list of IIS Bindings for the site?