worker threads in asp.net

From: Josh Larkin (joshl@p2ionline.com)
Date: 11/01/02


From: "Josh Larkin" <joshl@p2ionline.com>
Date: Thu, 31 Oct 2002 20:50:06 -0800


Hi,

I have an asp.net page running under basic
authentication. It calls into an assembly which starts
some worker threads. The main thread runs under the users
windows login, but the worker theads all run under the
ASPNET account, which is the security context of the
process. Is there any way to get the worker threads to
run under the user's domain account instead?