M
Morten Wennevik
Hi,
We have a web page running in the context of a windows user (windows
authentication). This page calls several web services, all of which runs
in the context of this user. However, when calling a service
asynchronously (using BeginMethod) the context appears to be running under
the application pool user. Google has not been very helpful so far.
Is it possible to preserve the context in asynchronous web service calls?
If so, how?
Morten
We have a web page running in the context of a windows user (windows
authentication). This page calls several web services, all of which runs
in the context of this user. However, when calling a service
asynchronously (using BeginMethod) the context appears to be running under
the application pool user. Google has not been very helpful so far.
Is it possible to preserve the context in asynchronous web service calls?
If so, how?
Morten