Start Up Page

Discussion in 'Site Programming, Development and Design' started by rvooys, Jan 20, 2010.

  1. I have a web app.

    How do I get that to be the start up page.

    Right now, I have a HTML redirect in the Index.html, but that has a flicker and does not look proper.

    Ideas?
     
  2. Ray

    Ray

    Use IIS 7 Manager to configure the default startup page for your IIS 7 web service. Use this kb article to configure IIS 7 Manager so that it will connect to our server.

    http://support.Winhost.com/KB/a628/using-the-microsoft-iis-70-manager.aspx

    Once connect go to Default Documents.

    Bear in mind that this module only sets the startup page of that folder level. If you want a specific website to be called and it is in a subfolder, you will need to continue with that redirect script.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page