MVC 3 Url Helper Giving Incorrect URL
I am developing a MVC 3 application for a corporate intranet site and I am having some issues with the URL helper sometimes not producing correct URLs. The application is being accessed through an access manager application that is controlled by our IT department which basically provides a standardized URL so that the user does not need to know any information about the server. For example, to access the application directly on the server, I would visit: http://philsserver/App Through the access manager, I would use the URL provided by the IT department: http://secureintranet/PHILSAPP/App/ I