setting startup page on discount asp

Discussion in 'Visual Studio' started by hibdaddy, May 2, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have uploaded my entire project to the server. When i go to the site all i see is a list of the files. How do I set one of the web forms as the start page?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    2 ways to do that

    1) rename the page you want the system to load to one of the following

    index.html
    index.htm
    index.asp
    index.aspx
    default.htm
    default.html
    default.asp
    default.aspx

    2) you can also specify the default document in the control panel.


    quote:Originally posted by hibdaddy

    I have uploaded my entire project to the server. When i go to the site all i see is a list of the files. How do I set one of the web forms as the start page?
    </blockquote id="quote"></font id="quote">
     
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