home *** CD-ROM | disk | FTP | other *** search
/ bombers.k12.ar.us / bombers.k12.ar.us.tar / bombers.k12.ar.us / iisstart.asp < prev    next >
Text File  |  2005-10-14  |  2KB  |  72 lines

  1. <% @Language = "VBScript" %>
  2. <% Response.buffer = true %>
  3. <!--
  4.       WARNING!
  5.       Please do not alter this file. It may be replaced if you upgrade your web server 
  6.      If you want to use it as a template, we recommend renaming it, and modifying the new file.
  7.       Thanks.
  8. -->
  9.  
  10.  
  11. <HTML>
  12.  
  13. <HEAD>
  14. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  15.  
  16.     
  17. <%
  18. Dim strServername, strLocalname, strServerIP
  19.  
  20. strServername = LCase(Request.ServerVariables("SERVER_NAME"))
  21. strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
  22. strRemoteIP =  LCase(Request.ServerVariables("REMOTE_ADDR"))
  23.  
  24.  
  25. %>
  26. <% If Request("uc") <> 1 AND  (strServername = "localhost" or strServerIP = strRemoteIP) then %>
  27.     <% Response.Redirect "localstart.asp" %>
  28. <% else %>
  29. <title id=titletext>Under Construction</title>
  30. </HEAD>
  31.     <body>
  32.     <TABLE>
  33.     <TR>
  34.     <td id="tableProps" width=70 valign=top align=center>
  35.     <IMG id="pagerrorImg" SRC="pagerror.gif" width=36 height=48>  
  36.     <TD id="tablePropsWidth" width=400>
  37.     
  38.     <h1 id=errortype style="font:14pt/16pt verdana; color:#4e4e4e">
  39.     <id id="Comment1"><!--Problem--></id><id id="errorText">Under Construction</id></h1>
  40.     <id id="Comment2"><!--Probable causes:<--></id><id id="errordesc"><font style="font:9pt/12pt verdana; color:black">
  41.     The site you were trying to reach does not currently have a default page. It may be in the process of being upgraded.
  42.     </id>
  43.     <br><br>
  44.     
  45.     <hr>
  46.     
  47.     <br>
  48.     <ID  id=term1>
  49.     Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
  50.     </ID>
  51.     <P>
  52.     
  53.     </ul>
  54.     <BR>
  55.     </TD>
  56.     </TR>
  57.     </TABLE>
  58.     </BODY>
  59. <% end if %>
  60.  
  61. </HTML>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.