/
Adding the isstart.htm File to the Project Main Folder
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.
- Open a text editor such as Notepad.
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>
- Save the text as iisstart.htm, and exit the text editor.
- Move the iisstart.htm file to the Project Main folder, such as C:\inetpub\wwwroot.
- Proceed to Updating the Web.config File.
Copyright © 2014-2017 Aptify - Confidential and Proprietary