开发者

MVC3 routing(??) problem when making webserver public through a firewall rout

开发者 https://www.devze.com 2023-03-23 23:10 出处:网络
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:

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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消