I have two VB 6.0 application that use COM+ objects and works fine. The VB code for calling the objects are pretty much identical for both apps. However, when the second app calls the objects, I get a bunch of the following records in the Event Viewer on the COM+ server:
The VB Application identified by the event source logged this Application NbomSecurity: Thread ID: 3708 ,Logged: Programmatic security implemented
The VB Application identified by the event source logged this Application NbomSecurity: Thread ID: 3708 ,Logged: Declarative security implemented
Now for the first app, I do not get these messages. Does anyone know why this is happening? Is there a switch to turn it off? (It started happening when they converted from MTS to COM+)
The VB Application identified by the event source logged this Application NbomSecurity: Thread ID: 3708 ,Logged: Programmatic security implemented
The VB Application identified by the event source logged this Application NbomSecurity: Thread ID: 3708 ,Logged: Declarative security implemented
Now for the first app, I do not get these messages. Does anyone know why this is happening? Is there a switch to turn it off? (It started happening when they converted from MTS to COM+)