?? iisstart.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 + -