第590章 撒嬌也沒用
http/11500intealservererror
date:mon,jun201723:39:58gmt
server:microsoft-iis/60
cache-control:max-age=3601
x-powered-by:asp
x-asp-version:2050727
cache-control:private
content-type:text/htrset=utf-8
content-length:2916
x-via:11ai146:1(cdncacheserverv20)
connection:close
<html>
<head>
<title>運行時錯誤</title>
</head>
<bodybgcolor=」white
「/aspxnovel」應用程式中的伺服器錯誤。《<hrwidth=100%size=1color=silver>
運行時錯誤
說明:伺服器上出現應用程式錯誤。此應用程式的當前自定義錯誤設置禁止遠程查看應用程式錯誤的詳細信息(出於安全原因)。但可以通過在本地伺服器計算機上運行的瀏覽器查看。
詳細信息:若要使他人能夠在遠程計算機上查看此特定錯誤消息的詳細信息,請在位於當前web應用程式根目錄下的「webconfig」配置文件中創建一個<custoerrors>標記的「mode」屬性設置為「off」。
<code>
<configuration>
<>
<customerrorsmode=」off」/>
</>
</configuration></pre></code>
注釋:通過修改應用程式的<customerrors>配置標記的「defaultredirect」屬性,使之指向自定義錯誤頁的url,可以用自定義錯誤頁替換所看到的當前錯誤頁。
<code>
<configuration>
<>
<customerrorsmode=」remoteonly」defaultredirect=」」/>
</>
</configuration></pre></code>
</body>
</html>