⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iisstart.asp

📁 企业及其分支机构的内部办公管理系统,包括人事
💻 ASP
字号:
<% @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>










⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -