asp.net startup page

  • Thread starter Thread starter Sudhesh
  • Start date Start date
S

Sudhesh

Hi,
In an ASP.Net project file, is there a setting/indicator that
indicates which page is set as the startup page? When I switch the
startup page in Visual Studio, its not reflected in the IIS, but it
somehow knows which page to open first.

Thanks
Sudhesh
 
Visual Studio Project settings are not copied over to IIS Default Document
setting. If you right click on the Project and select Properties--> under
Configuration Properties -->Debugging you should see the Page on the right
side. This is where the Project Level Startup definition is defined.

HTH

Trevor Benedict R
 

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