I've got a VB6 (SP5) COM+ component I've written, which uses the ObjectContext's method IsSecurityEnabled method to determine whether or not security is enabled for that component in component services on a Windows 2000 server. (Eventually I want to use the IsCallerInRole() method, but I've got to use the IsSecurityEnabled first, as I understand it.) Anyway, I KNOW that the security is enabled on the server; I can SEE it is enabled. I've
written some code so that it will write to the server's event log letting me know where it is in the code, and I have found that it does NOT think that security is enabled?!
What's the problem here?
written some code so that it will write to the server's event log letting me know where it is in the code, and I have found that it does NOT think that security is enabled?!
What's the problem here?