我有一台安装有IIS7的Windows 2008服务器,其中运行着一个名为myApplication的网页。我有一个指向该服务器IP的域名,比如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/"?
我想要的是:
- 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.