Configuration Error
From: Henry Ma (henry@rcsworks.com)
Date: 02/12/03
- Next message: Christopher Beltran: "Impersonate a Novell user to gain access to network drives?"
- Previous message: gg: ".Net IIS security missing features"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Henry Ma" <henry@rcsworks.com> Date: Wed, 12 Feb 2003 16:31:51 -0500
Hi,
I set
<identity impersonate="true" userName="DomainName/username"
password="password"/>
in web.config, I got error:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
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. '
But I use the same userName and password for <processModel> section of
machine.config, it is fine.
Why and how to solve it?
Thank you.
My real problem is as follow:
By default, my web service can not access the file on remote machine, so I
changed userName and password in <processModel> section of machine.config
file, it works fine. The problem is my change affects all web services on
one computer, I like to have a solution so that I can set userName and
password for one web service, but not other web services on the same
computer.
- Next message: Christopher Beltran: "Impersonate a Novell user to gain access to network drives?"
- Previous message: gg: ".Net IIS security missing features"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|