IIS6.0 error script engine exception handling method

  • 2020-05-09 19:42:06
  • OfStack

Document 1:
1. If your operating system is windows server 2003, please refer to the following website for information on hotfix. Since hotfix is not available for download directly from the web site, you can also call Microsoft's 8008203800 support line for partners.
An access violation error may occur in the W3wp.exe process after you install hotfix 908521 in Windows Server 2003 with Service Pack 1
http://support.microsoft.com/kb/917781/en-us
2. If the problem still exists, it is recommended that you first perform the following actions to correct the error:
(1). Please temporarily uninstall the recently installed third party software to see if the problem still exists.
(2). It is recommended that you try Clean Boot once:
MSCONFIG a. Run
b. Select selective startup under normal
c. Then clear the check boxes for Process System. ini File, Process Win. ini File and Load Startup Items, but leave the original Boot. ini in use.
d. Under services, click hide all windows services, then select disable all.
e. Then restart. See if the problem persists.

Literature 2:
Recently, I have seen many friends appear in the host [external objects occurred in the error can be captured (C0000005)] according to the requirements of everyone to give the processing method!
Active Server Pages error 'ASP 0115'

Unexpected error
/v/index.asp
A catchable error (C0000005) occurred in the external object. The script could not continue.
Active Server Pages error 'ASP 0240'

Script engine exception
/v/index.asp
ScriptEngine generated the exception 'C0000005'(the error is in 'IActiveScript::Close()' and comes from 'CActiveScriptEngine::FinalRelease()').

There are two known reasons for this error!
1. Errors in VBScript and MDAC themselves make parsing unstable!
2. Error caused by ACCESS!
For ACCESS databases, access performance drops dramatically when the size of the database exceeds 50M! Will be unstable and may be concurrent with other errors!

If your database is too large, then the processing method is also very simple! Delete useless data, the site does fine, not in quantity, strictly control the size of the database! However is not the long-term processing method, to want to rest easy, the best way is to upgrade the database to sql2000 version of the above! This will solve the problem once and for all!
If it is because VBScript and MDAC themselves are wrong, IDC will be needed to help!
1. Copy Vbscript.dll from another computer (same system), please backup before overwriting!
2. Make sure your system is not streamlined ghost version of the system (ghost may be missing documents) and reinstall IIS service
3. Update ScriptEn. exe and madc!

Related articles: