Ask a Question related to Windows Networking, Design and Development.
-
Velvet #1
Invalid ProgID of 'MSWC.MyInfo' in global.asa
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
Velvet Guest
-
Problem with IIS 6 and MSWC.MyInfo
For a page we're running (with databases and login), we're getting this error with Server 2003: Active Server Pages error 'ASP 0134' Invalid... -
Invalid ProgID
Are you sure you've got the syntax correct? It's usually: set oObj = server.createobject("component.class") "Craig" <donti@know.you> wrote in... -
Invalid ProgID -- what to check?
Hello all, Copying code from one server to another, I'm now getting a 0177 error -- invalid ProgID -- when I try to instantiate a component... -
global.asa error 'The object has an invalid ProgID...'
win2k adv serv, iis5.0 trying to activate ado constants etc, once in the global.asa file to be efficient about that with <!--METADATA... -
MSWC.MyInfo invalid ProgID
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...



Reply With Quote

