Problem setting start page...

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

When I set intro.aspx as the "start page" for my ASP.NET project it works
perfectly in Visual Studio.net.

When I use IE and open up the website in localhost
(http://localhost/MySite/) it uses Default.aspx as the default start page.

Any ideas?

Thanks!
 
This is controlled by IIS..if you look under the Documents tab of the site
property, you'll see how files are loaded.

The only reasing setting the start page in vs.net works is because it
explicitly requests said page...

Karl
 

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