AppPool running with Domain identity - "service unavailable"

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default AppPool running with Domain identity - "service unavailable"

    I have been trying to move our web apps into their own AppPool so we can run
    it under a specific domain account and hit our DB servers. Whenever I
    change the identity of the AppPool to "DOMAIN\MyUserAccount" I get the
    infamous "Service Unavailable" page with the following event log entries:
    -----------------------------------------------
    (the events occured in this order - from earliest -> most recent)
    Event ID: 1021
    Description:
    The identity of application pool, 'TestAppPool' is invalid. If it remains
    invalid when the first request for the application pool is processed, the
    application pool will be disabled. The data field contains the error
    number.

    Event ID: 1057
    Description:
    The identity of application pool 'TestAppPool' 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.

    Event Type: Error
    Event ID: 1059
    Description:
    A failure was encountered while launching the process serving application
    pool 'TestAppPool' . The application pool has been disabled.
    -------------------------------------------

    I have attempted to do everything stated by other sites but still no
    success:

    This is what I have configured so far:
    1. Added the domain user to the IIS_WPG user group.
    2. Set impersonation to false.
    3. Set Anonymous to false, enabled WindowsAuth.

    The part that bothers me the most is the warning "The identity of
    application pool, 'TestAppPool' is invalid ..." The account is valid, but
    obviously I am missing something here.




    Kevin C Guest

  2. Similar Questions and Discussions

    1. What is the difference between a DNS "zone" and a DNS "domain"?
      Gurus, What is the difference between a DNS "zone" and a DNS "domain"? I've been studying DNS a lot and grasp the concept, but I want to hear...
    2. Help: "Server Application Unavailable"
      I get this error when previewing my page that has a data grid. "Server Application Unavailable The web application you are attempting to access...
    3. Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
      mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected by the destination mail server with message shown above in the subject line....
    4. Preven "Balloon Help" from comming up when Wireless is unavailable
      Hi all- This more of a "getting rid of annoying message" problem rather then an actual problem itself. I have a Toshiba Tecra S1 with an Intel...
    5. Dial up connection says "device unavailable"
      When I created a dial up connection, the modem is unavailable. I also have a NIC installed and want to connect two computers in my home for shared...
  3. #2

    Default Re: AppPool running with Domain identity - "service unavailable"

    Update: If I add that domain account to the "Administrators" group
    everything works fine. Obviously I don't intend to run like this but I'm
    not sure what elevating the privileges of this account has done to allow it
    to start working!


    "Kevin C" <kc@noneya.com> wrote in message
    news:ud8gRokzEHA.1404@TK2MSFTNGP11.phx.gbl...
    > I have been trying to move our web apps into their own AppPool so we can
    run
    > it under a specific domain account and hit our DB servers. Whenever I
    > change the identity of the AppPool to "DOMAIN\MyUserAccount" I get the
    > infamous "Service Unavailable" page with the following event log entries:
    > -----------------------------------------------
    > (the events occured in this order - from earliest -> most recent)
    > Event ID: 1021
    > Description:
    > The identity of application pool, 'TestAppPool' is invalid. If it remains
    > invalid when the first request for the application pool is processed, the
    > application pool will be disabled. The data field contains the error
    > number.
    >
    > Event ID: 1057
    > Description:
    > The identity of application pool 'TestAppPool' 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.
    >
    > Event Type: Error
    > Event ID: 1059
    > Description:
    > A failure was encountered while launching the process serving application
    > pool 'TestAppPool' . The application pool has been disabled.
    > -------------------------------------------
    >
    > I have attempted to do everything stated by other sites but still no
    > success:
    >
    > This is what I have configured so far:
    > 1. Added the domain user to the IIS_WPG user group.
    > 2. Set impersonation to false.
    > 3. Set Anonymous to false, enabled WindowsAuth.
    >
    > The part that bothers me the most is the warning "The identity of
    > application pool, 'TestAppPool' is invalid ..." The account is valid, but
    > obviously I am missing something here.
    >
    >
    >
    >

    Kevin C Guest

  4. #3

    Default Re: AppPool running with Domain identity - "service unavailable"

    This seems to be a security permissions issue with your account.
    Try this advice:

    How To: Create a Custom Account to Run ASP.NET
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT01.asp?frame=true[/url]

    --
    Hernan de Lahitte
    [url]http://weblogs.asp.net/hernandl[/url]


    "Kevin C" <kc@noneya.com> escribió en el mensaje
    news:uZ8Y$rkzEHA.3936@TK2MSFTNGP10.phx.gbl...
    > Update: If I add that domain account to the "Administrators" group
    > everything works fine. Obviously I don't intend to run like this but I'm
    > not sure what elevating the privileges of this account has done to allow
    > it
    > to start working!
    >
    >
    > "Kevin C" <kc@noneya.com> wrote in message
    > news:ud8gRokzEHA.1404@TK2MSFTNGP11.phx.gbl...
    >> I have been trying to move our web apps into their own AppPool so we can
    > run
    >> it under a specific domain account and hit our DB servers. Whenever I
    >> change the identity of the AppPool to "DOMAIN\MyUserAccount" I get the
    >> infamous "Service Unavailable" page with the following event log entries:
    >> -----------------------------------------------
    >> (the events occured in this order - from earliest -> most recent)
    >> Event ID: 1021
    >> Description:
    >> The identity of application pool, 'TestAppPool' is invalid. If it
    >> remains
    >> invalid when the first request for the application pool is processed, the
    >> application pool will be disabled. The data field contains the error
    >> number.
    >>
    >> Event ID: 1057
    >> Description:
    >> The identity of application pool 'TestAppPool' 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.
    >>
    >> Event Type: Error
    >> Event ID: 1059
    >> Description:
    >> A failure was encountered while launching the process serving application
    >> pool 'TestAppPool' . The application pool has been disabled.
    >> -------------------------------------------
    >>
    >> I have attempted to do everything stated by other sites but still no
    >> success:
    >>
    >> This is what I have configured so far:
    >> 1. Added the domain user to the IIS_WPG user group.
    >> 2. Set impersonation to false.
    >> 3. Set Anonymous to false, enabled WindowsAuth.
    >>
    >> The part that bothers me the most is the warning "The identity of
    >> application pool, 'TestAppPool' is invalid ..." The account is valid,
    >> but
    >> obviously I am missing something here.
    >>
    >>
    >>
    >>
    >
    >

    Hernan de Lahitte Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139