RE: Config error using domain user for ASP.NET worker process
From: Bassel Tabbara [MS] (basselt@online.microsoft.com)
Date: 01/29/03
- Next message: Bassel Tabbara [MS]: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: Mike: "Request.ClientCertificate()"
- In reply to: Michael: "Config error using domain user for ASP.NET worker process"
- Next in thread: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Reply: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: basselt@online.microsoft.com (Bassel Tabbara [MS]) Date: Wed, 29 Jan 2003 14:36:59 GMT
Michael,
Please can you post the error message with the stack trace?
Thanks,
Bassel Tabbara
Microsoft, ASP.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Michael" <mike@shiftinc.com>
| Sender: "Michael" <mike@shiftinc.com>
| Subject: Config error using domain user for ASP.NET worker process
| Date: Wed, 29 Jan 2003 05:03:35 -0800
| Lines: 28
| Message-ID: <08b401c2c796$d5377b00$d5f82ecf@TK2MSFTNGXA12>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcLHltU3TiOSAoMaSaunOcmxZI+uhQ==
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| Path: cpmsftngxa06
| Xref: cpmsftngxa06 microsoft.public.dotnet.framework.aspnet.security:3803
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| I am attempting to configure an Active Directory domain
| account that will be used for the ASP.NET worker process
| instead of local MACHINE or SYSTEM. I have followed all
| of the MSDN articles for creating the user, setting all
| of the required ACL's on various folders, setting the
| local security policy attributes, etc.
|
| I have modified my Machine.Config's <processModel>
| section to include the new user credentials such as:
| userName="MyActiveDirectoryDomain\MyUser"
| password="MyPassword"
|
| However, when I hit my site...the .NET runtime throws
| a "Configuration Error" and indicates that an error
| occurred while parsing EntityName on the <processModel>
| line. It appears that the .NET runtime can't even parse
| the config file correctly with the Domain\User syntax.
| At least a rights issue would have resulted in an invalid
| username/password error or does not have required rights,
| etc. It doesn't even get that far...
|
| I have combed through every white paper, web article,
| etc. and can't seem to find anything related to this
| specific error or how to solve it...
|
| Thanks,
| Mike
|
|
- Next message: Bassel Tabbara [MS]: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: Mike: "Request.ClientCertificate()"
- In reply to: Michael: "Config error using domain user for ASP.NET worker process"
- Next in thread: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Reply: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|