Re: IIS6 on DC failing ASP.Net Service Unavailable

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 05/02/04


Date: Sun, 2 May 2004 11:48:24 +1000

On IIS 6.0 ASP.NET does not use the ASPNET account. It uses the process
identity of the web app pool that it is assigned to.

Q1) Does you app work if you use one of the standard process identities? (eg
Network Service or LocalSystem)?

Q2) If you are using a custom identity (eg ASP.NET) is it in the IIS_WPG
group?

Q3) You may need to use IISState to troubleshoot this issue:
http://www.iisfaq.com/default.aspx?view=P197

Cheers
Ken

"Max Metral" <memetral@hotmail.com> wrote in message
news:ETCdnVldsavppAndRWPC-w@speakeasy.net...
: I've done all the searching I can and all the tweaking, but to no avail.
: I'm trying to run an ASP.Net app on a DC that uses a Sql Server db. I put
: the application in its own application pool and assigned it to use the
: ASPNET *domain* account (reenabled that account that was previously
: disabled). I get "Service Unavailable". I did the normal things:
:
: * assigned rights to the ASP temp dir
: * aspnet_regiis -i
: * Added logon batch/service, bypass traverse to IIS_WPG
: * ran regmon and as a result added perms to ControlSet001\W3SVC\Parameters
: * reran regmon to confirm no access denied
: * ran filemon and did not see any failures
: * turned on all auditing in domain policy and verified it propagated to
: local policy
: * Created a fresh user, assigned it to IIS_WPG, same crap.
:
: Still nothing. Now if I add ASPNET to administrators, everything works
: fine. This is such a violation of logic since I have FULL auditing turned
: on, filemon and regmon running, and NONE of them log any failures.
: Somebody, somewhere, is doing something evil in Microsoft-written code.
:
: The only peep I get in the logs is the standard:
:
: A process serving application pool 'DbApps' terminated unexpectedly. The
: process id was '4776'. The process exit code was '0xffffffff'.
:
: Which of course tells me nothing.
:
: What can I do?
:
: Thanks.
:
:



Relevant Pages

  • Re: Shared Hosting
    ... ASPNET account. ... a professional hosting company. ... they could put the application in its own app pool ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Incoming E-Mail - cant create contact in OU
    ... server (never mind be a domain admin), ... the central admin app pool/farm account needs rights if you are going to be ... but that app pool for the web app that will be doing DMS ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: <identity impersonate="true"> question
    ... Actually I manually set my ASPNET to use the SYSTEM account on my ... I'll take your advice and not have the production system use an impersonated ... The default setup used to be to run the ASPNET ... > instead of having the app run as administrator all the time, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: EventLog Access using impersonation in Windows Server 2003
    ... > Our web application requires access to write to a custom event log, ... permissions to admin OR calling native code to logon as the account running ... we would like to use our Application Pool account identity to ... > -Web App is using a custom application pool, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASPNET under Windows 2000 what with Windows 2003?
    ... locate the web application pool that your service is ... Under Windows 2003, you must use the account "NETWORK SERVICE" and not ... Under Windows 2000 use ASPNET which you have done. ...
    (microsoft.public.dotnet.framework.aspnet.security)