RE: Web Serivce and Required Privilege
From: Patrick C. Cole (patcole@online.microsoft.com)
Date: 09/27/02
- Next message: Ronny Engen: "RSA ;)"
- Previous message: Ricardo Augusto: "Re: NTFS + Impersonation + Asp.Net"
- In reply to: Timothy Vogel: "Web Serivce and Required Privilege"
- Next in thread: Julian Gonzalez [MS]: "RE: Web Serivce and Required Privilege"
- Reply: Julian Gonzalez [MS]: "RE: Web Serivce and Required Privilege"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: patcole@online.microsoft.com (Patrick C. Cole (MS)) Date: Fri, 27 Sep 2002 15:57:35 GMT
Timothy,
What do you have set for the username in machine.config on the server?
Is the processModel section in machine.config set to enabled=true?
Thanks,
Patrick Cole
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
| From: "Timothy Vogel" <tvogel@msn.com>
| Subject: Web Serivce and Required Privilege
| Date: Thu, 26 Sep 2002 01:40:46 -0400
| Lines: 22
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Message-ID: <#nTZe8RZCHA.2420@tkmsftngp12>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| NNTP-Posting-Host: 4.18.68.2
| Path: cpmsftngxa09!cpmsftngxa06!tkmsftngp01!tkmsftngp12
| Xref: cpmsftngxa09 microsoft.public.dotnet.framework.aspnet.security:2359
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| I have the basic Hello World web service example and can not get the web
| service to run on a production web server, i.e. Visual Studio not
installed.
| I changed the web.config to have the following lines
| <authentication mode="Windows" />
| <identity impersonate="true" userName="domainaccount" password="password"
| />
|
| When I try to access the page (localhost or remote) I get the following
| error.
| 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. '
|
| The account in the config file is a member of administrators. I have
tried
| adding the account to Logon as a Service and even Act as Part of OS but
| continue to receive the same error.
|
| Any help would be greatly appreciated.
| Timothy Vogel
|
|
|
|
- Next message: Ronny Engen: "RSA ;)"
- Previous message: Ricardo Augusto: "Re: NTFS + Impersonation + Asp.Net"
- In reply to: Timothy Vogel: "Web Serivce and Required Privilege"
- Next in thread: Julian Gonzalez [MS]: "RE: Web Serivce and Required Privilege"
- Reply: Julian Gonzalez [MS]: "RE: Web Serivce and Required Privilege"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|