第1766章 五卷40、升官(1更)
字數:4945 加入書籤
http/1.1 500 internal server error
date: tue, 20 jun 2017 01:45:17 gmt
server: microsoft-iis/6.0
cache-control: max-age=3601
x-powered-by: asp.net
x-aspnet-version: 2.0.50727
cache-control: private
content-type: text/html; charset=utf-8
content-length: 2916
x-via: 1.1 chongdxin31:2 (cdn cache server v2.0)
connection: close
<html>
<head>
<title>運行時錯誤</title>
<style>
body {font-family:"verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"verdana";font-weight:bold;color:black;margin-top: -5px}
h1 { font-family:"verdana";font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"lucida console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<h1>“/aspxnovel”應用程序中的服務器錯誤。網值得您收藏 <hr width=100% size=1 color=silver></h1>
<h2> <i>運行時錯誤</i> </h2>
<font face="arial, helvetica, geneva, sunsans-regular, sans-serif ">
<b> 說明: </b>服務器上出現應用程序錯誤。此應用程序的當前自定義錯誤設置禁止遠程查看應用程序錯誤的詳細信息(出於安全原因)。但可以通過在本地服務器計算機上運行的瀏覽器查看。
<b>詳細信息:</b> 若要使他人能夠在遠程計算機上查看此特定錯誤消息的詳細信息,請在位於當前 web 應用程序根目錄下的“web.config”配置文件中創建一個 <customerrors> 標記。然後應將此 <customerrors> 標記的“mode”屬性設置為“off”。
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
<!-- web.config 配置文件 -->
<configuration>
<system.web>
<customerrors mode=”off”/>
</system.web>
</configuration></pre></code>
</td>
</tr>
</table>
<b>注釋:</b> 通過修改應用程序的 <customerrors> 配置標記的“defaultredirect”屬性,使之指向自定義錯誤頁的 url,可以用自定義錯誤頁替換所看到的當前錯誤頁。
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
<!-- web.config 配置文件 -->
<configuration>
<system.web>
<customerrors mode=”remoteonly” defaultredirect=”mycustompage.htm”/>
</system.web>
</configuration></pre></code>
</td>
</tr>
</table>
</body>
</html>