How to set start up page?

Discussion in 'ASP.NET / ASP.NET Core' started by Donrajah, Mar 30, 2009.

  1. How do i set up the start up page for my web site. When i log to my web site i am not able to direct it to my index page. i have made the settings in IIS manager. In fact i have only kept index.aspx as my default document. But still when i send my link to my friends. It is not directing to them to the direct page....

    Pls let me know the changes i have to make..

    Don
     
  2. Can you post the url where you are having issues?
     
  3. IIS handles which file is loaded first. I pulled up your site with 'www.marianrosaryarmy.org' and index.aspx is the first page that is pulling up.
     
  4. Seems to work

    I clicked on your link and got the page with Welcome Message from the Spiritual Director
    Looks like everything is working - have you cleared your cached lately?
    Don
     
  5. How do i do it. Sorry for asking this a very very new bie question.
    in my web.config i have this line

    <system.web.extensions>
    <scripting>
    <scriptResourceHandler enableCaching="true" enableCompression="true"/>
    </scripting>
    </system.web.extensions>

    Don
     
  6. The cache you probably need to clear is your browser cache. On IE its in Tools/Internet Options. You should see a button labeled 'Delete'. This will delete the browser cache/Temporary Internet files.
     

Share This Page