安裝客戶端,閲讀更方便!

第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>