ASP 0115 Error Solution

Source: Internet
Author: User
error| what is the error of solving "ASP 0115"?

If your ASP reports 0115 error, it means "I don't know what caused this error."
The cause of 0115 error is usually caused by external factors.
Below I list some things that may cause 0115 error, and also put forward some solutions for reference:

1. Permission and proof of file or registry key
This error can be caused if the system authorizes the user to have insufficient permissions on some of the self-built components, the system dynamic link library (DLL), and the registry key file.
If you think this is a problem with the permissions setting of the registry, you can use Regedt32.exe to check the permissions of the registry keys. Especially ODBC, Jet, ADO and other possible primers
The primary key for this problem. If you have a machine that can run it properly, you can also try to compare the permissions of these primary keys.

The first thing to determine is not a permission issue, there is a good test method is: You can add a temporary anonymous login account in the Admin group
(iusr_<machine_name>), give this administrator permission to add an account. If it works, it's your permission problem.
Note: When you have finished debugging, be sure to remember to clear the iusr_<machine_name> account, so as to avoid illegal elements.

2.DLL registration error or DLL version mismatch caused
If you use VB to develop a Web application, you can regenerate it into a subordinate file to compare the DLL's version.

3. The unhandled error returned from the component causes

4. The form (form) does not have a named control that causes
For example: <input type= "text" name= "TextInput" > Written in <input type= "text" >

5. Using components that are not thread-safe in a multithreaded environment

6. Using ASP DLL version 1.23.09 previous version of Session

7. Using Data Access Components (MDAC) on IIS3.0
If a stored procedure (SP) is invoked, this may be the cause of the 0115 error:
I.SP parameter has no value causing 0115 error.
Ii. incorrect parameter values result in 0115 error.
Iii. SQL reserved words (such as section) are used in the SP



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.