Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to eliminate ASP0115 errors in IIS

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to rule out IIS ASP0115 error", in daily operation, I believe many people in how to rule out IIS ASP0115 error problems have doubts, small make up to consult all kinds of information, sort out simple and easy to use operation method, hope to answer everyone "how to rule out IIS ASP0115 error" doubts helpful! Next, please follow the small series to learn together!

summary

When you open an Active Server Pages (ASP) page in an Internet Information Server (IIS) or Internet Information Services (IIS) Web site, the ASP 0115 error message may appear on the page. This error message indicates that the ASP handler encountered an error while processing the page and that the ASP handler handled the error. ASP 0115 error can be caused by many problems and usually does not cause IIS to exit abnormally.

Turn off exception catching debugging

To turn off exception catching debugging, follow these steps:

Microsoft Windows NT 4.0 Server

1. Click Start, point to Programs, click Windows NT 4.0 Option Pack, click Microsoft Internet Information Server, click Internet Services Manager.

2. Expand Internet Information Server.

3. Right-click the computer name, and then click Properties.

4. In the Main Properties drop-down list box, click WWW Services, and then click Edit.

5. Click the Home tab, and then click Configure.

6. On the Process Options tab, click to clear the Enable exception catching debugging check box.

7. Click OK to close the Application Configuration dialog box; click OK to close the WWW Service Main Properties dialog box; and then click OK again to close the Server Name window.

Microsoft Windows 2000 Server

1. Click Start, point to Programs, click Administrative Tools, and then click Internet Services Manager.

2. In ISM, right-click the computer name, and then click Properties.

3. In the Main Properties drop-down list box, click WWW Services, and then click Edit.

4. Click the Home tab, and then click Configure.

5. On the Process Options tab, click to clear the Enable exception catching debugging check box.

6. Click OK to close the Application Configuration dialog box; click OK to close the WWW Service Main Properties dialog box; and then click OK again to close the Server Name window.

Microsoft Windows XP Professional

1. Click Start, point to All Programs, click Administrative Tools, and then click Internet Information Services.

2. Expand the Web site folder.

3. Under Internet Information Services, right-click the Web site folder, and then click Properties.

4. In the Main Properties drop-down list box, click WWW Services, and then click Edit.

5. Click the Home tab, and then click Configure.

6. On the Process Options tab, click to clear the Enable exception catching debugging check box.

7. Click OK to close the Application Configuration dialog box; click OK to close the WWW Service Main Properties dialog box; and then click OK again to close the Server Name window.

Download the latest Windows debugging tools from Microsoft

Download the latest Windows debugging tools from Microsoft. To do so, visit the following Microsoft Web site:

http://www.microsoft.com/ddk/debugging

Run AutoDump Plus

1. At a command prompt, run the following command from the debugger directory (C:\Program files\Debugging tools for windows) to run AutoDump Plus:

cscript adplus.vbs -crash -iis -o c:\path to file

Note: By using the-o switch, you can specify the path where you want to create the memory dump file.

2. After a problem occurs and a memory dump file is created, you can open the support toolkit provided by Microsoft Product Support Services to help decrypt the memory dump, or use Windbg.exe (installed with the debugger) to examine the file.

At this point, about "how to rule out IIS ASP0115 error" learning is over, I hope to solve everyone's doubts. Theory and practice can better match to help everyone learn, go and try it! If you want to continue learning more relevant knowledge, please continue to pay attention to the website, Xiaobian will continue to strive to bring more practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report