When you open Active Server Pages (ASP) pages on your Internet Information Server (IIS) or Internet Information Services (IIS) Web site, you may receive an ASP 0115 error message on the page. This error message indicates that the ASP processor experienced an error while it processed the page and that the ASP processor handled the error. ASP 0115 errors can be caused by a number of different issues and typically do not cause IIS to quit unexpectedly. This article describes how to troubleshoot these errors.
Turn Off Debug Exception Catching
To turn off debug exception catching, follow these steps:
Microsoft Windows NT 4.0 Server
- Click Start, point to Programs, click Windows NT 4.0 Option Pack, click Microsoft Internet Information Server, and then click Internet Service Manager.
- Expand Internet Information Server.
- Right-click the computer name, and then click Properties.
- In the Master Properties drop-down list box, click WWW Service, and then click Edit.
- Click the Home Directory tab, and then click Configuration.
- On the Process Options tab, click to clear the Enable Debug Exception Catching check box.
- Click OK to close the Application Configuration dialog box, click OK to close the WWW Service Master Properties dialog box, and then click OK to close the Server Namewindow.
Microsoft Windows 2000 Server
- Click Start, point to Programs, click Administrative Tools, and then click Internet Service Manager.
- In the ISM, right-click the computer name, and then click Properties.
- In the Master Properties drop-down list box, click WWW Service, and then click Edit.
- Click the Home Directory tab, and then click Configuration.
- On the Process Options tab, click to clear the Enable Debug Exception Catching check box.
- Click OK to close the Application Configuration dialog box, click OK to close the WWW Service Master Properties dialog box, and then click OK to close the Server Namewindow.
Microsoft Windows XP Professional
- Click Start, point to All Programs, click Administrative Tools, and then click Internet Information Services.
- Expand the Web Sites folder.
- Under Internet Information Services, right-click the Web Sites folder, and then click Properties.
- In the Master Properties drop-down list box, click WWW Service, and then click Edit.
- Click the Home Directory tab, and then click Configuration.
- On the Process Options tab, click to clear the Enable Debug Exception Catching check box.
- Click OK to close the Application Configuration dialog box, click OK to close the WWW Service Master Properties dialog box, and then click OK to close the Server Namewindow.
Download the latest Microsoft Debugging Tools for Windows
Download the latest Microsoft debugging tools for Windows. To do this, visit the following Microsoft Web site:
Run AutoDump Plus
- At a command prompt, run the following command in the directory of the debugger (C:\Program files\Debugging tools for windows) to run AutoDump Plus:
cscript adplus.vbs -crash -iis -o c:\PATHTOPUTFILESIN
NOTE: By using the -o switch, you can specify where you want the memory dump files to be created.
- After the problem has occurred and a memory dump file has been created, either open a support case with Microsoft Product Support Services for help in deciphering the memory dump, or you can use Windbg.exe (which is installed with the debuggers) to examine the file.
Contact Product Support Services
After the problem has occurred and a memory dump file has been created, you can open a support case with Microsoft Product Support Services for help in deciphering the memory dump. To contact PSS, visit the following Microsoft Web site: