e-accessdenied

Why do I get E_ACCESSDENIED calling a COM+ method from a proxy?

Sorry if this is a bit long whinded... consider this: I have a COM+ application in a namespace called Company that exposes an object called Server which has the following methods: bool Server.Execute(IOptions options) IOptions Server.CreateOptions() IOptions simply has a couple of boolean read/write properties as follows: IOptions....

Permission to provision new site collection through workflow...

I am stuck onto a very strange situation. I have a workflow that i use to provision new site on my web application. This workflow uses one custom workflow activity to provision the site using followoing statement. ---other code omited for clarity---- SPSiteCollection.Add() This statement is throwing followign exception when my applic...