iisstart.asp
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <% @Language = "VBScript" %>
- <% Response.buffer = true %>
- <!--
- WARNING!
- Please do not alter this file. It may be replaced if you upgrade your web server
- If you want to use it as a template, we recommend renaming it, and modifying the new file.
- Thanks.
- -->
- <HTML>
- <HEAD>
- <META HTTP-EQUIV="Content-Type" Content="text-html; charset=gb2312">
- <META NAME="MS.LOCALE" CONTENT="ZH-CN">
- <%
- Dim strServername, strLocalname, strServerIP
- strServername = LCase(Request.ServerVariables("SERVER_NAME"))
- strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
- strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR"))
- %>
- <% If Request("uc") <> 1 AND (strServername = "localhost" or strServerIP = strRemoteIP) then %>
- <% Response.Redirect "localstart.asp" %>
- <% else %>
- <title id=titletext>正在建立</title>
- </HEAD>
- <body bgcolor=white>
- <TABLE>
- <TR>
- <td id="tableProps" width=70 valign=top align=center>
- <IMG id="pagerrorImg" SRC="pagerror.gif" width=36 height=48>
- <TD id="tablePropsWidth" width=400>
- <h1 id=errortype style="font:14pt/16pt 宋体; color:#4e4e4e">
- <id id="Comment1"><!--Problem--></id><id id="errorText">正在建立</id></h1>
- <id id="Comment2"><!--Probable causes:<--></id><id id="errordesc"><font style="font:9pt/12pt 宋体; color:black">
- 您想要连接的站点目前没有默认页。可能正在被进行升级。
- </id>
- <br><br>
- <hr size=1 color="blue">
- <br>
- <ID id=term1>
- 请稍候再试此站点。假如问题仍然存在,请与 Web 站点管理员联系。
- </ID>
- <P>
- </ul>
- <BR>
- </TD>
- </TR>
- </TABLE>
- </BODY>
- <% end if %>
- </HTML>