Re: IIS6 on DC failing ASP.Net Service Unavailable
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 05/02/04
- Next message: Joe: "Re: Save configuration to file"
- Previous message: modelingfrog: "Re: ???how to WEBSITE from harddrive?"
- In reply to: Max Metral: "IIS6 on DC failing ASP.Net Service Unavailable"
- Next in thread: Max Metral: "Re: IIS6 on DC failing ASP.Net Service Unavailable"
- Reply: Max Metral: "Re: IIS6 on DC failing ASP.Net Service Unavailable"
- Messages sorted by: [ date ] [ thread ]
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.
:
:
- Next message: Joe: "Re: Save configuration to file"
- Previous message: modelingfrog: "Re: ???how to WEBSITE from harddrive?"
- In reply to: Max Metral: "IIS6 on DC failing ASP.Net Service Unavailable"
- Next in thread: Max Metral: "Re: IIS6 on DC failing ASP.Net Service Unavailable"
- Reply: Max Metral: "Re: IIS6 on DC failing ASP.Net Service Unavailable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|