c# - Using FsrmQuotaManager with a WCF service -
i'm using wcf service running on iis 7.5 (w2k8 r2). use service getting quota information space of specified web site on same iis.
so have wcf service acting server , local web app acting client. client asks server quota of web site folder. server should use fsrmquotamanager
. when service referencing quota manager 0x80070005 (access denied)
. web service runs in it's own apppool applicationpoolidentity.
i got distributedcom errors (10016) in event log saying the machine-default permission settings not grant local activation permission com server application clsid {90dcab7f-347c-4bfc-b543-540326305fbe} , appid {fa3fc5cf-0304-4cac-99f0-032ac2b15d1e} user mydomain\someusername sid (s-1-5-21-1477432904-898564541-3754644009-3102) address localhost (using lrpc). security permission can modified using component services administrative tool.
managed add permission user (or better group user in) in componentservices read when searching internet. don't error in event viewer anymore when i'm referencing fsrmquotamanager
in services code i'm still getting exception.
does have clue that? i'm stuck @ quite days , i'm running out of ideas. using process monitor
doesn't help.
we solved it.
had impersonate around creation of fsrmquotamanager
object local administrator account. using remove the permission added in componentservices.
Comments
Post a Comment