access permissions in asp.net web service in windows 2003 server
From: Ollie (ollie_riches_at_hotmail.com)
Date: 05/25/04
- Next message: Wm. Scott Miller: "Re: Machine.Config -- ProcessModel vs Impersonation"
- Previous message: Chris Rolon: "Re: Cannot read a Security Log from ASP.net web service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 May 2004 14:13:25 +0100
First off I am using windows server 2003, IIS 6.0 .Net framework
1.1.4322.....
I am attempting to use COM+ Loosely Coupled Events (LCE) from an asp.net web
service but I am receiving a 'System.UnauthorizedAccessException' exception
saying 'Access Denied' when attempting to call
'COMAdmin.ICatalogCollection.SaveChanges' method to subscribe to a transient
subscriptions. The COM+ server runs under the 'network service' account and
the asp.net web service runs under the standard asp.net account.
I have enabled impersonation of the local security policy for the 'network
service' account and everything works perfectly from a desktop application
but fails from an asp.net application, so obviously this is a permissions
problem.
So I then added code to impersonate a more privileged user account (Domain
User, Admin User, Enterprise User) for the COM+ event subscription but it
still fails......
Does anyone know the privileges I need to grant to allow me to subscribe to
a COM+ transient subscriptions?
Cheers in Advance
Ollie
- Next message: Wm. Scott Miller: "Re: Machine.Config -- ProcessModel vs Impersonation"
- Previous message: Chris Rolon: "Re: Cannot read a Security Log from ASP.net web service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|