Error Message: "An Exception 'Runtime Error' Has Occurred in Script" from Application Popup (323709)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
This article was previously published under Q323709 SYMPTOMS
When you view the system event log, you may receive the following error message:
Source: Application Popup
Event ID: 26
Description: Application Popup: Just-In-Time Debugging : An exception 'Runtime Error' has occurred in script.
However no debuggers are registered that can debug this exception. Unable to JIT Debug
CAUSE
ASP script debugging is turned on in the IIS Web site properties, but a Just-In-Time (JIT) debugger (such as Visual InterDev) is not installed on the server.
RESOLUTION
To resolve this problem, follow these steps:
- Open the IIS Management Console (MMC).
- Right-click the server name, and then click Properties.
- Under Master WWW Service, click Edit.
- Click the Home Directory tab.
- Click Configuration.
- Click the App Debugging tab.
- Click to clear the following check boxes:
- Enable ASP server-side script debugging
- Enable ASP client-side script debugging
- Click Apply, and then click OK three times. This returns you to the MMC.
NOTE: After you click Apply, a dialog box may prompt you to apply these changes at the Web site level or the virtual directory level. If you receive this dialog box, click Select All, and then click OK.
Modification Type: | Major | Last Reviewed: | 6/25/2004 |
---|
Keywords: | kbpending kbprb KB323709 |
---|
|