MSWC.MyInfo invalid ProgID

  • Thread starter Thread starter Velvet
  • Start date Start date
V

Velvet

I have just installed XP Pro. I did so specifically so
that I could use the IIS installable components (MSWC).
When I bring up the first page for my website
(Welcome.asp), I recieve the following error.

Error Type:
Active Server Pages, ASP 0134 (0x80004005)
The object has an invalid ProgID of 'MSWC.MyInfo'.
//global.asa, line 1

The global.asa file that was automatically generated for
me (I assume when IIS installed) is as follows:

<OBJECT RUNAT=Server SCOPE=Session ID=MyInfo
PROGID="MSWC.MyInfo">
</OBJECT>

I assume that MSWC is automatically included when I
installed IIS. I am not sure why this error occurred or
why the PROGID="MSWC.MyInfo" was inserted into my
global.asa file in the first place.

Any help would be greatly appreciated.
thanks,
Velvet
 
Back
Top