What's the difference between <identity> and <processModel>?

From: Joseph Geretz (jgeretz@nospam.com)
Date: 10/24/02


From: "Joseph Geretz" <jgeretz@nospam.com>
Date: Wed, 23 Oct 2002 19:55:56 -0400


What's the difference between the identity and the processModel sections in
the .config file? I mean as far as the process identity is concerened.
Naturally, processModel contains many more parameters. But let's talk about
process identity. Both the identity and processModel sections define
userName and password. Which takes precedence? Or are these applied
differently altogether?

Also, can I use "AutoGenerate" as the password in the identity section?

Thanks for your help,

- Joe Geretz -

<identity impersonate="false" userName="" password=""/>

<processModel
   enable="true"
   ... snip ...
   userName="machine"
   password="AutoGenerate"
   ... snip ...
   maxIoThreads="25"
/>



Relevant Pages

  • Re: ASP.NET problem
    ... > there are ASPNET account with AutoGenerate password. ... In the documentation for <processModel> under the Reference / ASP.NET ... there is advice on better securing this config file ...
    (microsoft.public.dotnet.languages.csharp)
  • Server Application Unavailable
    ... aspnet_wp.exe could not be launched because the username ... and/or password supplied in the processModel section of ... the config file are invalid. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Server Application Unavailable Error
    ... have you checked the processModel section of the config file? ... processModel section is in the machine.config file in the config folder ... under the install directory for the .NET framework. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • aspnet_wp.exe could not be launched
    ... aspnet_wp.exe could not be launched because the username and/or password ... supplied in the processModel section of the config file are invalid. ... ASPUSER. ...
    (microsoft.public.dotnet.framework.aspnet)