Link to home
Start Free TrialLog in
Avatar of arogyarajxavier
arogyarajxavier

asked on

ASP error 0115

How to resolve the trapable error ASP 0115. I am using ADODB connection to open oracle 7.3 database. thanks
Avatar of kmliu
kmliu

BUG: ASP Error 0115 When Connecting to Sybase/Oracle Database From Microsoft :

http://support.microsoft.com/support/kb/articles/q170/0/12.asp
SUMMARY
When you browse to Active Server Pages (ASP) pages on your Internet Information Services (IIS) Web site, occasionally you may receive the "ASP 0115" error message on the page. This error message indicates that the ASP processor encountered an error while processing the page and handled the error. ASP 0115 errors can be caused by a number of different issues and usually do not cause IIS to fail (crash). This article describes how to troubleshoot this error.
MORE INFORMATION
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" Help topics in Regedt32.exe. Note that you should back up the registry before you edit it. If you are running Windows NT or Windows 2000, you should also update your Emergency Repair Disk (ERD).

To troubleshoot the ASP 0115 error, follow these steps:
Disable the Enable Debug Exception Catching setting as follows:
In the Internet Services Manager snap-in, right-click the computer name, and then click Properties.
In the Master Properties drop-down list box, click WWW Service, and then click Edit.
On the Home Directory tab, click Configuration.
On the Process Options tab, clear the Enable Debug Exception Catching check box.
Click OK three times to exit the Master Properties dialog box.
Restart the IIS Admin Service.
Download the latest Microsoft Debugging Tools for Windows from the following Microsoft Web site:
http://www.microsoft.com/ddk/debugging
You must restart your computer after you install the Debugging Tools for Windows.

NOTE: You do not have to install the Microsoft Debugging Tools for Windows on your server. You can install the tools on a workstation and then XCOPY the directory to your server. The tools will work on your server after you have done this, and you do not have to restart the server.


Run AutoDump Plus. To do this, run the following command in the debuggers directory (C:\Program files\Debugging tools for windows) from a command line:
cscript adplus.vbs -crash -iis -o c:\PATHTOPUTFILESIN
NOTE: By using the -o switch, you can specify where you would like the memory dump files to be created.


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 assistance in deciphering the memory dump, or you can use Windbg.exe (installed with the debuggers) to examine the file.


Note: I got above information from the following link:
http://support.microsoft.com/support/kb/articles/Q281/6/74.ASP

With Cheers..
ASKER CERTIFIED SOLUTION
Avatar of Michel Sakr
Michel Sakr
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So far, what I do each time I face this error is that restart the IIS.

No other way!
Avatar of arogyarajxavier

ASKER

Thanks to all, but some time I got the following error

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed

How to solve this error
hmm.. I encountered this one somewhere.. try to update to the latest mdac..

http://www.microsoft.com/data/download.htm
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
[points to Silvers5]

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

hongjun
EE Cleanup Volunteer
per recommendation

SpideyMod
Community Support Moderator @Experts Exchange