Results 1 to 3 of 3

Thread: ASP.NET impersonate problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Posts
    416

    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!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ASP.NET impersonate problem

    The anonymous access ID.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Posts
    416

    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
  •  



Click Here to Expand Forum to Full Width