iisstart.asp
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:2k
源码类别:

OA系统

开发平台:

ASP/ASPX

  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. <HTML>
  10. <HEAD>
  11. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=gb2312">
  12. <META NAME="MS.LOCALE" CONTENT="ZH-CN">
  13. <%
  14. Dim strServername, strLocalname, strServerIP
  15. strServername = LCase(Request.ServerVariables("SERVER_NAME"))
  16. strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
  17. strRemoteIP =  LCase(Request.ServerVariables("REMOTE_ADDR"))
  18. %>
  19. <% If Request("uc") <> 1 AND  (strServername = "localhost" or strServerIP = strRemoteIP) then %>
  20. <% Response.Redirect "localstart.asp" %>
  21. <% else %>
  22. <title id=titletext>正在建立</title>
  23. </HEAD>
  24. <body bgcolor=white>
  25. <TABLE>
  26. <TR>
  27. <td id="tableProps" width=70 valign=top align=center>
  28. <IMG id="pagerrorImg" SRC="pagerror.gif" width=36 height=48>  
  29. <TD id="tablePropsWidth" width=400>
  30. <h1 id=errortype style="font:14pt/16pt 宋体; color:#4e4e4e">
  31. <id id="Comment1"><!--Problem--></id><id id="errorText">正在建立</id></h1>
  32. <id id="Comment2"><!--Probable causes:<--></id><id id="errordesc"><font style="font:9pt/12pt 宋体; color:black">
  33. 您想要连接的站点目前没有默认页。可能正在被进行升级。
  34. </id>
  35. <br><br>
  36. <hr size=1 color="blue">
  37. <br>
  38. <ID  id=term1>
  39. 请稍候再试此站点。假如问题仍然存在,请与 Web 站点管理员联系。
  40. </ID>
  41. <P>
  42. </ul>
  43. <BR>
  44. </TD>
  45. </TR>
  46. </TABLE>
  47. </BODY>
  48. <% end if %>
  49. </HTML>