Currently, I need to create a COM object that is served by an out-proc COM server inside an ASP.NET handler. Therefore, every time I deploy a COM server, I have to start DCOM Config and change the security settings. In particular, I need to make sure that "local start" and "local activation" are allowed for the local ASPNET user.
What surprises me is that when you open the corresponding settings page, "local start" is already allowed, but "local activation" is not allowed.
It doesn’t make sense - why do I need such a combination of permissions?
source
share