A required privilege is not held by the client

S

Scott

Please forgive me if this is the wrong group to post this, but I am out of
Ideas. I am fairly new to the .NET framwork, so I am learning as I go. I
have an application that at one time I could debug and worked with no
problems on my PC. Well since the last time I made any code changes, I had
to rebuild my PC. Now that same application will not work. It is getting a
required privilege problem. The error is:

Parser Error Message: 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. '

Source Error:

Line 36: </authorization>
Line 37:
Line 38: <identity impersonate="true" userName="XXX\Administrator"
password="00122" />
Line 39:
Line 40:

Source File: C:\Inetpub\wwwroot\FileUploadMgt\web.config Line: 38



I have the ASPNET user setup on my local machine and is part of the USER
and ADMINISTRATOR group.

I even checked the machine.config and it looks like:
<processModel enable="true" timeout="Infinite" idleTimeout="Infinite"
shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000"
restartQueueLimit="10" memoryLimit="60" webGarden="false"
cpuMask="0xffffffff" userName="machine" password="AutoGenerate"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00" maxWorkerThreads="25"
maxIoThreads="25"/>



I am now at a loss - Can anyone help? I know many of the articles I have
read point to the machine.config, but that is something our Development
Staff has never changed, so it sounds more like a permission problem on a
folder or file or something.

Any and all help is greatly appreciated.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top