What is the reason why we prompt the error '8002801d' when using asp? What should I do if the ASP prompts error '8002801d'? Don’t worry, now let’s follow the editor of Wrongxin to see how to solve the content of the ASP prompt error '8002801d'.
1. Stop IIS;
2. Enter the anti-registration command regsvr32 /u vbscript.dll in the run, and enter step 3 after the prompt is successful.
3. Enter the anti-registration command regsvr32 /u %windir%/system32/Inetsrv/Asp.dll in the run
4. Start IIS;
5. When accessing the ASP site, pay attention to the screen prompt. If: error '8002801d' appears, execute step 6; otherwise, execute step 8;
6. Enter the registration command regsvr32 %windir%/system32/Inetsrv/Asp.dll during runtime, and enter step 7 after the prompt is successful;
7. Enter the registration command regsvr32 vbscript.dll in the run, and enter step 8 after the prompt is successful;
8. Re-run the ASP site and pay attention to the screen prompts. If you have already succeeded, then there is no need to say it!
The above method implements the default scripting language of IIS is VB. If your default scripting language is Jscript, please replace vbscript.dll with jscript.dll;
I have tested this method myself. If you still can't use this method, you probably have to reinstall the system or GHOST;