PDA

View Full Version : Invalid ProgID of 'MSWC.MyInfo' in global.asa


Velvet
January 9th 04, 06:50 PM
Hello,
I am getting the error below when I bring up the first
page of my site.

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

I am running XP Pro with IIS. Global.asa looks like this:

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

The above code was automatically put into global.asa.
Does anyone know why I am getting this error and why the
PROGID="MSWC.MyInfo" was added to global.asa in the first
place?

thanks,
Velvet

Google