When I encountered a problem today, IIS program runs incorrectly, and the prompts are as follows:
Some ASP sites running under IIS6 cannot run
The error message is as follows:
Active Server Pages Error 'ASP 0134'Invalid ProgID Features
/LM/W3SVC/809775205/Root/global.asa, line 1
Object tag has invalid 'MSWC.MyInfo' ProgID
Solution:
In a Win2k system directory System32, go to MyInfo.dll to "System32" in your system directory
Register regsvr32 myinfo.dll again. Register under win32, or register under command line.
In this way, you can run the ASP program that requires the MSWC.MyInfo component
Reason: The IIS version of 2000 is 5.0, while the XP version is 5.1, and the 2003 is IIS6.0. The latter two do not register this component, so it is OK to register a new one.