I am having problems setting the correct user identity for my COM+ application:
**************************
**********
**********
**
CONTEXT:
1. I have vb6 dll managed in a COM+ application on a server machine. The server machine will be running without anyone logged in.
2. I have NOT set any security on the COM+ application
2. I have several clients on other machines that want to access it.
**************************
**********
**********
**
I know that i need to set the application identity to "This User". So that my dll can run when no one is logged in to the server machine.
BUT - What user do i set "this user" to. BECAUSE - i have just set "This user" to me, and consequently only I can use the clients to call the DLL. When anyone one else makes a call from the Client to the COM+ Dll - they get a "permission denied" error.
**************************
**********
**********
*********
QUESTION:
SO - Who do i set "This user" to - so that everyone can use the clients to make Calls to the COM+ dll.
**************************
**********
**********
*********
NB - the permission denied is not related to security on the COM+ application as i have removed all of this.
Start Free Trial