|
-
Sep 23rd, 2005, 04:02 AM
#1
Thread Starter
Hyperactive Member
ASP.NET impersonate problem
Hi,
For an ASPX application, I enable impersonation by adding the line
<identity impersonate="true" />
to the web.config file. At the same time, I also enable Anonymous access and Windows Integrated security in IIS.
With this combination, which ID will be used for resource access?
Current User Login ID or anonymous access ID?
Thx!
-
Sep 23rd, 2005, 05:26 AM
#2
Re: ASP.NET impersonate problem
-
Sep 25th, 2005, 10:25 PM
#3
Thread Starter
Hyperactive Member
Re: ASP.NET impersonate problem
Hi,
It seems that it is not the case.
In my environment, the ID used is the impersonated login ID. It is because the aspx will in turn call a COM+ component, and I just assign user ID to Roles on that component, but not the anonymous user ID!!!
Pls advise!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|