解決方法:An error occurred on the server when processing the URL. Please contact the system administrator
在WINDOWS7或SERVER2008上安裝了IIS7.5,調(diào)試ASP程序時(shí)出現(xiàn)以下錯(cuò)誤:
An error occurred on the server when processing the URL. Please contact the system administrator
解決方法如下:
設(shè)置方法一:
以管理員身份運(yùn)行CMD,將目錄定位到%windir%\system32\inetsrv\,然后執(zhí)行appcmd set config -section:asp -scriptErrorSentToBrowser:true。
%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
設(shè)置方法二:
打開(kāi)IIS7的asp設(shè)置,展開(kāi)“調(diào)試屬性”選項(xiàng),“將錯(cuò)誤發(fā)送到瀏覽器”這項(xiàng)默認(rèn)的是False,改為True,然后點(diǎn)右側(cè)的應(yīng)用!如圖所示:
通過(guò)以上設(shè)置后,再?gòu)臑g覽時(shí)打開(kāi)出錯(cuò)ASP頁(yè)面時(shí)就能看到頁(yè)面出錯(cuò)的詳細(xì)信息,方使調(diào)試。如果是公開(kāi)的Web服務(wù)器建議不要打開(kāi)此選項(xiàng),以防出錯(cuò)信息被他人利用。
關(guān)鍵詞:解決方法
閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!
- 23
- 234
- 27
- 219
- 55
- 545