在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