Re: IIS5/COM permissions problem
From: Andy (amitchell_at_remove_casey.vic.gov.au)
Date: 11/07/05
- Previous message: Steven L Umbach: "Re: terminal server access logging"
- Next in thread: Roger Abell [MVP]: "Re: IIS5/COM permissions problem"
- Reply: Roger Abell [MVP]: "Re: IIS5/COM permissions problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 7 Nov 2005 22:29:34 +1100
X-posted to security related newsgroups in the hope that someone can help
out.
Thanks
Andy.
Andy Mitchell wrote:
> Hi,
> I've recently had to do a full restore of our Windows 2000 IIS5
> server (used for an intranet). All files and the full system state
> (including IIS metadata) was recovered. The server is a member of a
> Windows Server 2003 AD domain.
>
> Since the restore, any user attempting to access any asp page that
> uses COM components (server.createobject.....) gets a 500 internal
> server error. Turning off friendly errors gives the following:
> Server object error 'ASP 0177 : 8002801d'
>
> Server.CreateObject Failed
>
> //global.asa, line 146
>
> Library not registered.
>
>
>
>
>
> Line146 is:
>
> Set saveLogObject=Server.CreateObject("Scripting.FileSystemObject")
>
> IIS is configured to use integrated authentication and if I make the
> user in question a member of the Administrators group on the server
> the applications work fine. Based on this, it would appear that the
> library is registered correctly.
>
>
>
> Does anyone have any clues as to where I should start looking? It
> looks like a COM+ permissions issue, but I'm not sure where to start
> looking.
>
>
> TIA
>
> Andy.
-- Kwyj
- Previous message: Steven L Umbach: "Re: terminal server access logging"
- Next in thread: Roger Abell [MVP]: "Re: IIS5/COM permissions problem"
- Reply: Roger Abell [MVP]: "Re: IIS5/COM permissions problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|