Welcome to HostingForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Custom Application Pool Identity

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  url without server name  
Author Message
anonymous1578

External


Since: Apr 02, 2004
Posts: 3



(Msg. 1) Posted: Fri Apr 02, 2004 4:46 am
Post subject: Custom Application Pool Identity
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 <a rel="nofollow" style='text-decoration: none;' href="http://go.microsoft.com/fwlink/events.asp." target="_blank">http://go.microsoft.com/fwlink/events.asp.</a>

--------------------------------------------------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 <a rel="nofollow" style='text-decoration: none;' href="http://go.microsoft.com/fwlink/events.asp." target="_blank">http://go.microsoft.com/fwlink/events.asp.</a>

--------------------------------------------------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.

 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Sat Apr 03, 2004 5:37 am
Post subject: Re: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" wrote in message

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.

 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
anonymous1578

External


Since: Apr 02, 2004
Posts: 3



(Msg. 3) Posted: Mon Apr 05, 2004 9:01 am
Post subject: Re: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am able to use RUNAS on this server with the custome identity.
 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
anonymous1578

External


Since: Apr 02, 2004
Posts: 3



(Msg. 4) Posted: Mon Apr 05, 2004 9:21 am
Post subject: Re: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When we make this Identity part of Administrator group and access the site, authentication window pops up. Whatever credentials we are giving, after three attempts we are getting "You are not authorized to view this page" message


Thanks,
Asief.
 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Mon Apr 05, 2004 4:59 pm
Post subject: Re: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

- Is this machine in a domain.
- Is this machine an upgrade or clean install
- What authentication protocols are you using in the request(s) in question.
- Have you read this URL completely, including the part about Kerberos and
Custom AppPool Identity:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/stan...d/prodd

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Asief" wrote in message

When we make this Identity part of Administrator group and access the site,
authentication window pops up. Whatever credentials we are giving, after
three attempts we are getting "You are not authorized to view this page"
message


Thanks,
Asief.
 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
morten_skovgaa

External


Since: Mar 17, 2004
Posts: 4



(Msg. 6) Posted: Tue Apr 06, 2004 2:37 pm
Post subject: Re: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

We're using custom identities as well. Make sure that the user is a member
of the IIS_WPG group. Restart IIS after you make this change. It works fine
for us.

Best regards

Morten

"David Wang [Msft]" wrote in message

 > - Is this machine in a domain.
 > - Is this machine an upgrade or clean install
 > - What authentication protocols are you using in the request(s) in
question.
 > - Have you read this URL completely, including the part about Kerberos and
 > Custom AppPool Identity:
 >
<a rel="nofollow" style='text-decoration: none;' href="http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/ca_cfgwrkridentity.asp" target="_blank">http://www.microsoft.com/resources/documentation/WindowsServ/2003/stan...d/prodd</a>
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //


 > When we make this Identity part of Administrator group and access the
site,
 > authentication window pops up. Whatever credentials we are giving, after
 > three attempts we are getting "You are not authorized to view this page"
 > message
 >
 >
 > Thanks,
 > Asief.
 >
 >
 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
Halotron

External


Since: Nov 19, 2009
Posts: 1



(Msg. 7) Posted: Thu Nov 19, 2009 4:25 pm
Post subject: RE: Custom Application Pool Identity [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can grant access to the metabase for a user by using the following command:

aspnet_regiis -ga [user]


From http://www.developmentnow.com/g/59_2004_4_0_0_274774/Custom-Applicatio...ool-Ide

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
 >> Stay informed about: Custom Application Pool Identity 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Application pool identity - What exactly is the purpose of configuring IIS 6's application pools to run under user accounts different from "network service"? It doesn't seem to have any impact on ASP pages, as they are always executed under the user account which is ac...

application pool custom identity - I have a Windows 2003 Web Edition (IIS 6.0) server that host my intrAnet site. We are using only NT integrated authentication. When the AppPool identity is set to Network Service (default) everything works fine. But we are trying to use the aspnet..

App Pool Identity - I have an application that runs as a web site to create other sites - what / how should the app pool ID be setup to allow that tool to create sites on another server ?

Application Pool Limits - Hi, I have a web server that hosts more than 200 websites and has about 200 Applications under Default Application Pool. Since last few weeks I have noticed that the Default Application Pool is not terminating properly during Worker process recycling....

iis 6.0 application pool identity - Hi all, I am trying to configure an application pool's identity as a domain user account. I setup the domain user account in the DC. I gave it the following privileges under Domain Security Policy: Access This Computer From The Network Allow Logon..
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]