IIS / Web project on domain root.

Discussion in 'Visual Studio' started by jeliner, Oct 17, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello guys. I am very new to ASP.Net and this whole IIS thing.

    For learning purposes, I have been working on a ASP.Net website on my local machine. I pull it up by pointing to http://localhost/appname... on IE6 which was ok for a temporary location.

    I decided to register a domain and got an account with discountASP.Net. When I create a new web application, it puts it in a folder under my domain so that I have to use http://mydomain.com/myapp instead of just plain http://mydomain.

    How do I keep it form doing in a seperate directory so that users from a web wouldnt have to know the name of the mysterious application folder?
     
  2. instead of making a new web, open an existing web and point it to the root of your website (http://mydomain.com)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page