I have a Windows 2008 Server with IIS7 on it and a web page running under the name, let's say myApplication. I have a domain name that points to the IP of my server, let's say myApplication.com.
In order to access my application I have to enter http://myApplication.com/myApplication. If I write http://myApplication.com/ I arrive to the IIS7 start page. Is there a way (besides rewriting the iisstart.htm to make a JavaScript or meta-data redirect) to automatically open the myApplication when someone enters "http://myApplication.com/"?
What I would like is the following:
- The user enters in the browser: "http://myApplication.com/"
- He/she is taken to "http://myApplication.com/myApplication"
- In the URL bar of the browser only "http://myApplication.com/" shows and everything inside the application is relative to this URL.