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