Re: Invalid ProgID attribute?

From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 01/29/04


Date: Thu, 29 Jan 2004 17:45:12 +0800

I don't think 'MSWC.MyInfo' component is include in IIS6.0.
read the bottom section -
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/gs_whatschanged.asp

and
PRB: Server.CreateObject Fails When You Use an MSWC or IISSample Component
http://support.microsoft.com/?id=249290

-- 
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"Michel" <Michel@discussions.microsoft.com> ????
news:4cc701c3e4f0$06c2f5b0$a101280a@phx.gbl...
> Hello support Team,
>
> Why do I get the following error when I try to browse
> an .ASP page in my Win2003-IIS6.0 web server:
>
> "Active Server Pages error 'ASP 0134'
> Invalid ProgID attribute
> /LM/W3SVC/1/ROOT/global.asa, line 1
> The object has an invalid ProgID of 'MSWC.MyInfo'."
>
> The 'global.asa' file is in the 'C:\Inetpub\wwwroot' and
> the .asp files I want to browse are in the wwwroot-
> subfolders. An exception is \SUSAdmin\default.asp, which
> opens with no problem!
>
> Global.asa says:
> "<OBJECT RUNAT=Server SCOPE=Session ID=MyInfo
> PROGID="MSWC.MyInfo">
> </OBJECT>"
> Thank you for the attention!
>
>