查看完整版本: 解决Windows 2008 R2上的 IIS7.5 運行ASP 提示錯誤


chrome 2014-2-18 15:59

解决Windows 2008 R2上的 IIS7.5 運行ASP 提示錯誤

在Windows 7 或 Server 2008 上安裝了IIS7.5,測試ASP程序時出現以下錯誤:<br><br>&nbsp; &nbsp; An error occurred on the server when processing the URL. Please contact the system administrator<br><br>&nbsp; &nbsp; 解决方法如下:<br><br>&nbsp; &nbsp; 設置方法一:<br><br>&nbsp; &nbsp; 以管理員身份運行cmd,將目錄定位到%windir%\system32\inetsrv\,然後執行appcmd set config -section:asp -scriptErrorSentToBrowser:true。<br><br>[quote]<br>&nbsp; &nbsp; %windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true<br>[/quote]<br><br>&nbsp; &nbsp; 設置方法二:<br><br>&nbsp; &nbsp; 打開IIS7的asp設置,展開“偵錯內容”選項,“將錯誤發送到瀏覽器”這項默認的是False,改為 True,然後點右側的應用!<br><br>&nbsp; &nbsp; 如圖所示:<br>[attach]10225[/attach]<br><br>&nbsp; &nbsp; 通過以上設置後,再從瀏覽時打開出錯ASP頁面時就能看到頁面出錯的詳細信息,方使測試。如果是公開的Web服務器建議不要打開此選項,以防出錯信息被他人利用。
頁: [1]
查看完整版本: 解决Windows 2008 R2上的 IIS7.5 運行ASP 提示錯誤