S
stevefromoz
I have a second thread that is being passed the context from the main thread.
The functions that run within this thread start off by executing under the
(passed in) context but after completing the first few functions, the
remainder execute under the context of the App Pool identity.
All functions are in a single class/object.
There is no explicit call to drop/clear the context being used.
This happens only on one 2003 server.
I have reviewed a SQL trace and AS trace (the two services being called from
the functions) to prove that the 'true' identity is being used for the SQL
calls and that the App Pool identity is being used for the AS calls.
Again, would appreciate any input on how/why this could be happening.
Steve.
The functions that run within this thread start off by executing under the
(passed in) context but after completing the first few functions, the
remainder execute under the context of the App Pool identity.
All functions are in a single class/object.
There is no explicit call to drop/clear the context being used.
This happens only on one 2003 server.
I have reviewed a SQL trace and AS trace (the two services being called from
the functions) to prove that the 'true' identity is being used for the SQL
calls and that the App Pool identity is being used for the AS calls.
Again, would appreciate any input on how/why this could be happening.
Steve.