This article mainly introduces the solution to the ASP prompt error '8002801d'. This article uses the re-registration method to solve this problem. Friends in need can refer to the following
1. Stop IIS;
2. Enter the anti-registration command regsvr32 /u vbscript.dll during operation. When prompted, proceed to step 3.
3. Enter the anti-registration command regsvr32 /u %windir%/system32/Inetsrv/Asp.dll during operation.
4. Start IIS;
5. Visit the ASP site and pay attention to the screen prompts. If error '8002801d' appears, go to step 6; otherwise, go to step 8;
6. Enter the registration command regsvr32 %windir%/system32/Inetsrv/Asp.dll during operation. When prompted, proceed to step 7;
7. Enter the registration command regsvr32 vbscript.dll during operation. When prompted, proceed to step 8;
8. Re-run the ASP site and pay attention to the screen prompts. If you have succeeded, then go without saying!
Remark:
The above method is to realize that the default scripting language of IIS is VB. If your default scripting language is Jscript, please replace vbscript.dll with jscript.dll;
I have personally tested this method. If it still doesn’t work for you, you may have to reinstall the system or GHOST;