Can you logon that custom identity on this server using RUNAS.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Asief" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:4B995679-6999-4C2F-B3DA-B6FA92EDE16D@microsoft.com...
When we try to run the Application pool with a configurable identity,
Application pool is getting automatically disabled. We are using Windows
2003 Enterprise Edition and IIS6. Application pool starts without any error
with the configured Identity. But when we access any page, on browser we
get "Service Unavailable" message and application pool gets disabled
automatically with the following messages in the Eventlog.
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Date: 19-Mar-2004
Time: 3:32:07 AM
User: N/A
Computer: SYMPHTESTAPP3
Description:
A process serving application pool 'Symphony' terminated unexpectedly. The
process id was '936'. The process exit code was '0xffffffff'.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------------------------------------------------xxxxxxxxxxxxxxxxxxxxxxxx--
-----------------------------------------------------
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 19-Mar-2004
Time: 3:32:07 AM
User: N/A
Computer: SYMPHTESTAPP3
Description:
Application pool 'Symphony' is being automatically disabled due to a series
of failures in the process(es) serving that application pool.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------------------------------------------------xxxxxxxxxxxxxxxxxxxxxxxx--
-----------------------------------------------------
We have followed the below steps for configuring the identity
+ Added the account to IIS_WPG Group
+ Gave the account, rights to below policy settings
-> Adjust memory quoteas for a process
-> Log on as a service
-> Replace a process level token
restart the machine.
Set the application pool identity to americas\servicesymphony_d3dv.
Restart the application pool (stop then start)
Any help or ideas on this issue?
Thanks,
Asief.