PDA

View Full Version : IIS / Web project on domain root.


jeliner
10-17-2005, 01:06 AM
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?

unborracho
10-17-2005, 08:58 AM
instead of making a new web, open an existing web and point it to the root of your website (http://mydomain.com)