The following error occurred while debugging an ASP program when IIS7.5 was installed on WINDOWS7 or SERVER2008:
An error occurred on the server when processing the URL. Please contact the system administrator
Here's how to fix it:
Set method One:
Run cmd as an administrator, locate the directory to%windir%\system32\inetsrv\, and then execute the appcmd set config-section:asp-scripterrorsenttobrowser:true.
%windir%\system32\inetsrv\appcmd Set Config-section:asp-scripterrorsenttobrowser:true
Set method Two:
Open the ASP settings for IIS7, expand the " Debug Properties " option, " send error to browser " This default is False, change to True, then point to the right of the app! :
After the above settings, and then open the error when browsing the ASP page, you can see the page error details, square debugging. If the Web server is public, it is recommended that you do not turn on this option to prevent error messages from being exploited by others.
Workaround: An error occurred on the server when processing the URL. Please contact the system administrator