0

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!

Sparkup
  • 3,686
  • 2
  • 36
  • 50
Bart T
  • 5
  • 1

1 Answers1

0

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

Michael Brown
  • 9,041
  • 1
  • 28
  • 37
  • Doing some searching it seems that your firewall/proxy isn't forwarding the hostname to IIS http://stackoverflow.com/questions/5844781/mvc3-iis-7-5-server-behind-load-balancer-firewall-forms-authentication-redirec Which firewall are you using? – Michael Brown Jul 29 '11 at 13:14