ASP.NET impersonation generating configuration error

From: Stan Huff (stanhuff@yahoo.com)
Date: 03/26/03

  • Next message: Joe Kaplan: "Re: ASP.NET impersonation generating configuration error"
    From: "Stan Huff" <stanhuff@yahoo.com>
    Date: Tue, 25 Mar 2003 16:04:09 -0700
    
    

    When I try to set the config element
      <identity impersonate="true" userName="xxx" password="xxx"/>

    in my web.config, I always get a Parse Error of:

    Could not create Windows user token from the credentials specified in the
    config file. Error from the operating system 'A required privilege is not
    held by the client. '

    Which privilege is required and which user needs it? This fails even when I
    set userName and password to my account and I am an admin on the machine.
    If I remove the userName, password attributes, it works just fine when
    coupled to Windows authentication and in that case it is still using my
    account for execution. What am I doing wrong here?

    Thanks,
    Stan


  • Next message: Joe Kaplan: "Re: ASP.NET impersonation generating configuration error"