GetActiveObject Fails in Web Service
I am trying to obtain a ref to a running COM object with GetActiveObject. The code works fine in a C# windows app, but not in a Web Service call. I think it has to do with security (which makes sense), but I tried setting up the permissions to access/launch in dcomcnfg to ASPNET, but still no success.
|