Ask a Question related to ASP.NET Security, Design and Development.
-
Mills Perry #1
Impersonation Configuration Error
I have entered an identity element in my Web.Config file:
<identity impersonate="true" userName="myDomain\myUserid"
password="myPassword" />
When I try to run my application, I get this error:
"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. '"
I have added my ASPNET account the Super User and Administrator groups
and restarted IIS, but that didn't help.
I have also tried updating my Machine.Config file without success.
<processModel enable="true"
... blah blah blah ...
userName="myDomain\myUserid" password="myPassword"
comImpersonationLevel="Impersonate"
... blah blah blah .../>
Can someone tell me clearly (using small words and specific steps)
what I need to do to use the <identity> tag?
Thanks!
Mills Perry Guest
-
Indexing Service (MSIDXS OLEDB Provider) Error - Impersonation Fai
I'm using the MSIDXS OLEDB provider in my ASP.NET application to search/query the Indexing Service catalogs for information. This works fine on my... -
ASP.NET Configuration Error
I cannot configure web.config file properly on my system. Pls help me getting following error: Server Error in '/' Application.... -
Configuration error ?
I have a web APS application that works fine at home, with IIS. In IIS, the application is an application, not a file folder. When I copy the... -
Newbie: Access denied error when using impersonation
I've written a simple web service in which I'm accessing some DLLs. When I run it, I get following error: CS0009: Metadata file... -
Configuration Error, out of no where!
Isn't it always the case that as soon as you post, you solve the problem? Apparently, adding an extra "space" to a blank line in my web.config... -
Wolfgang Steiner #2
Re: Impersonation Configuration Error
Assign him following right:
Act as part of the operating system
Regards
Wolfgang Steiner
"Mills Perry" <MillsPerry@Yahoo.com> wrote in message
news:c0878ce0.0308131307.5b3d109a@posting.google.c om...> I have entered an identity element in my Web.Config file:
>
> <identity impersonate="true" userName="myDomain\myUserid"
> password="myPassword" />
>
> When I try to run my application, I get this error:
>
> "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. '"
>
> I have added my ASPNET account the Super User and Administrator groups
> and restarted IIS, but that didn't help.
>
> I have also tried updating my Machine.Config file without success.
>
> <processModel enable="true"
> ... blah blah blah ...
> userName="myDomain\myUserid" password="myPassword"
> comImpersonationLevel="Impersonate"
> ... blah blah blah .../>
>
> Can someone tell me clearly (using small words and specific steps)
> what I need to do to use the <identity> tag?
>
> Thanks!
Wolfgang Steiner Guest
-



Reply With Quote


