Re: Security for a worker thread
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 Feb 2008 01:50:04 +0000 (UTC)
Yes. It depends how you create the threads. There is also a config switch
see here: http://www.leastprivilege.com/WhatIsAspnetconfig.aspx
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
I have my main asp.net thread which can access the database using
impersonation=
true. I then create worker threads but they don't have rights to the
db and
login fails. Is there a way to delegate/transfer the creating thread
rights
to the worker thread?
Thanks,
maa
"Dominick Baier" wrote:
could you expand a little bit more on this?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)
How do I adjust the security for a worker thread in asp.net?
Thanks,
maa
.
- Follow-Ups:
- Re: Security for a worker thread
- From: maa
- Re: Security for a worker thread
- Prev by Date: Re: Security for a worker thread
- Next by Date: Re: Retrieving the COM class...
- Previous by thread: Re: Security for a worker thread
- Next by thread: Re: Security for a worker thread
- Index(es):
Relevant Pages
|