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

📄 busy.asp

📁 1985498mapxtremeforaspdemo.rar
💻 ASP
字号:
<%@ LANGUAGE = VBScript %>
<!--#INCLUDE FILE="..\lib\miConst.asp"-->
<!--#INCLUDE FILE="..\lib\miErrorSystem.asp"-->

<HTML> 
<HEAD><TITLE>Problem on Web Server</TITLE></HEAD> 
<BODY BGCOLOR=WHITE>
<CENTER>
<H2>Problem on Web Server</H2>
</CENTER>
<P> 
The web server was not able to perform your request. <P> 

<%	
' If an error code has been set, try to display a meaningful error message.
If HaveError() Then 
  If GetErrorNum() = 258 Then 
    Response.Write "Probable cause of problem:<BR>Your request timed out because the server was busy.<P>"
  ElseIf GetErrorNum() = 429 Then 
    Response.Write "Probable cause of problem:<BR>The web host's map service does not appear to be running.<P>"
  Else 
    Response.Write "Error # " & GetErrorNum() & " in function " & GetErrorFuncName() & ": " & GetErrorDesc() & ".<P>" 
  End If 
  ClearError
End If 
%>

To try again, click the link below.<P>
<CENTER>
<A HREF="mappage.asp">Run the Hello Broker Application</A>
</CENTER>
</BODY> 
</HTML>

⌨️ 快捷键说明

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