RE: <identity impersonate="true"/> means can, not is
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 13 Jun 2006 02:58:13 GMT
Hello Dave,
As for the <identity impersonate="xxx" /> setting, when you set it to
"true", that means the ASP.NET runtime (of that application) will
automatically impersonate each worker thread to running under the security
context forwarded from IIS(the security context maybe a client
authenticated user or the IIS anonymous user). And this is done
automatically at the initializing time of the worker thread. So if you
do not want this to happen automatically, but want to do it yourself
programmatically, you should turn off this setting.
Hope this helps.
Regards,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Prev by Date: RE: login fails on production system
- Next by Date: RE: Sql Membership & Role provider
- Previous by thread: Re: <identity impersonate="true"/> means can, not is
- Next by thread: SqlClientPermission
- Index(es):
Relevant Pages
|