Hi,
I have a network of 3 server ( windows 2003 server ) : A, B, C

A is e domain controller with active directory

B is a server of domain where is installed IIS 6.0

I Would like to start an application pool over a WebSite of B with an
identity of domain and not as "Network Service"

So, I created an user on active directory ( _usrsvc ) that's member of
Administrator of domain, of Domain Admins, of Domain Users and of
IIS_WPG, but when I start up the website I receive this message in
event viewer :

"The identity of application pool 'SmartAppPool' is invalid, so the
World Wide Web Publishing Service can not create a worker process to
serve the application pool. Therefore, the application pool has been
disabled."

What permission user of domain must have to start application pool?!
Thank and sorry for my English ;)

Re: Application pool doesn't start with domain account by David

David
Fri Aug 05 04:26:54 CDT 2005

Open secpol.msc, and make sure _usrsvc has at least the same privileges as
"Network Service" on machine B. Also make sure you do not have silly group
policy disallowing _usrsvc to be logged on or functioning on server B.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Davide" <18277invalid@mynewsgate.net> wrote in message
news:2005080508461018277@mynewsgate.net...
Hi,
I have a network of 3 server ( windows 2003 server ) : A, B, C

A is e domain controller with active directory

B is a server of domain where is installed IIS 6.0

I Would like to start an application pool over a WebSite of B with an
identity of domain and not as "Network Service"

So, I created an user on active directory ( _usrsvc ) that's member of
Administrator of domain, of Domain Admins, of Domain Users and of
IIS_WPG, but when I start up the website I receive this message in
event viewer :

"The identity of application pool 'SmartAppPool' is invalid, so the
World Wide Web Publishing Service can not create a worker process to
serve the application pool. Therefore, the application pool has been
disabled."

What permission user of domain must have to start application pool?!
Thank and sorry for my English ;)