|
Home > Archive > IIS Server Security > January 2004 > Invalid ProgID attribute?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Invalid ProgID attribute?
|
|
| Michel 2004-01-27, 3:35 am |
| 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!
| |
| Bernard 2004-01-28, 8:34 pm |
| I don't think 'MSWC.MyInfo' component is include in IIS6.0.
read the bottom section -
http://www.microsoft.com/technet/pr...hatschanged.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...quote:
> 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!
>
>
| |
| David Wang [Msft] 2004-01-28, 9:36 pm |
| I think MSWC.MyInfo is removed on Windows Server 2003 (I see no trace of the
ProgId on my install), so you can get rid of that global.asa if you do not
need it.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Michel" <Michel@discussions.microsoft.com> wrote in message
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!
|
|
|
|
|