Ask a Question related to Windows Networking, Design and Development.
-
Velvet #1
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 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
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... -
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...



Reply With Quote

