ASP.NET and Default web site

  • Thread starter Thread starter Dave
  • Start date Start date
In IIS set the root directory of your web site to the directory of your web application. It means that instead of [drive]:\inetpub\wwwroot, your root directory would be C:\MyWebSite for example. If you want to avoid writing the default.aspx after the name of the web server define that aspx file as the default document in your website.

That way you could access your web application by typing http://mywebservername

Hope this helps

Alan Ferrandiz Langley
ASP.NET Developer
geekswithblogs.com/aferrandiz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top