/
Adding the isstart.htm File to the Project Main Folder

If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Adding the isstart.htm File to the Project Main Folder

Perform the following steps to add the iisstart.htm file to the Project Main folder on your e-Business server.

  1. Open a text editor such as Notepad.
  2. Copy and paste the following into your text editor session:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>IIS7</title>
    <style type="text/css">
    <!--
    body {
          color:#000000;
          background-color:#B3B3B3;
          margin:0;
    } 
    #container {
          margin-left:auto;
          margin-right:auto;
          text-align:center;
    } 
    a img {
          border:none;
    } 
    -->
    </style>
    </head>
    <body>
    <div id="container">
    <p>Please be patient while the site starts up. Wait a few moments and then try to reload the site.</p>
    </div>
    </body>
    </html> 



  3. Save the text as iisstart.htm, and exit the text editor.
  4. Move the iisstart.htm file to the Project Main folder, such as C:\inetpub\wwwroot.
  5. Proceed to Updating the Web.config File.

Related content

Installing and Configuring the Microsoft Application Initialization Module
Installing and Configuring the Microsoft Application Initialization Module
More like this
Updating the Web.config File
Updating the Web.config File
More like this
Configuring Compatibility Mode By Default With Internet Explorer 8 or 9
Configuring Compatibility Mode By Default With Internet Explorer 8 or 9
More like this
Updating the applicationHost.config File
Updating the applicationHost.config File
More like this
Creating a New Sitefinity Site (Version 5.5.1 and up)
Creating a New Sitefinity Site (Version 5.5.1 and up)
More like this
Installing the CodePlex Keep Alive Service
Installing the CodePlex Keep Alive Service
More like this

Copyright © 2014-2017 Aptify - Confidential and Proprietary