Credentials in config.web

haezeban

Newcomer
Joined
Feb 8, 2004
Messages
5
Hey,

I have an ASP.NET application that was running fine.
I have a user RecO with the minimal creditials.

In my webconfig I have :

<identity impersonate="true" userName="RecO" password="RecO" />

When I start my app I receive following 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. '

What is wrong here. As far as I know nothing changed on that machine and sudddently I receive that error.

Tkx in advance for help.
 
Back
Top