ASPNET user account previlages
From: Mike Alberga (Info@CustomShirtPrinting.com)
Date: 09/26/02
- Next message: moncher: "Q: Installing .NET over IIS5 that has been already secured."
- Previous message: bruce barker: "Re: Authentication Nightmare"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Mike Alberga" <Info@CustomShirtPrinting.com> Date: Thu, 26 Sep 2002 11:55:40 -0700
Hi,
I am having a problem with the ASPNET user account previlages.
I have followed the example of setting the permissions in
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158
Then I set the config file
<processModel
enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60"
webGarden="false"
cpuMask="0xffffffff"
userName="sP\ASPNET" ' I put the ASPNET user here.
password="I put password here" 'I put the password here.
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="25"
maxIoThreads="25"
/>
Is this the right place to set the username and password?
But I still get this error message:
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.
HELP!
Mike
- Next message: moncher: "Q: Installing .NET over IIS5 that has been already secured."
- Previous message: bruce barker: "Re: Authentication Nightmare"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|