473,416 Members | 1,542 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Why does my asp.net application now get "Server Application Unavailable"

On 4th May at 7.45 in the evening my asp.net web sites stopped working on my
development server.

The page that appears says:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

The windows error log gives two entries in the application log:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1084
Date: 10/05/2005
Time: 17:32:20
User: N/A
Computer: (my server)
Description:
aspnet_wp.exe could not be started. The error code for the failure is
80004005. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
..NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account.

and

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1007
Date: 10/05/2005
Time: 17:32:20
User: N/A
Computer: (my server)
Description:
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.

I didn't update my asp.net web applications on this date, so something else
has caused the problem.

I did a search for processModel in the config file, and found a
machine.config file in my .net folder:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG\ machine.config

The processModel username and password in this file are set to:

userName="machine"
password="AutoGenerate"

The full entry is:

<processModel
enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60"
webGarden="false"
cpuMask="0xffffffff"
userName="machine"
password="AutoGenerate"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="20"
maxIoThreads="20"
/>

I think these are all just default settings.

I did a google search to see if I could find an answer and found this:

http://weblogs.asp.net/jambrose/arch...01/224226.aspx

In which he author says the cause of the problem is the server installing
..net 1.1 SP1. The solution to this problem is:

Well, it turns out that the ASPNET account got locked out. I guess my
domain policy here gets applied to local accounts. I unlocked it and reset
IIS, and voila, we're back in business.

The problem is, I don't understand what he means. How is the "machine"
account locked out? How do you unlock it?

My server is running windows 2000 (build 2195) service pack 4.

How can I fix this problem?
Nov 19 '05 #1
1 2834
I think the following KB articles would be a good reference.

http://support.microsoft.com/default...b;en-us;323292
http://support.microsoft.com/default...b;en-us;811320
http://support.microsoft.com/default...b;en-us;315158

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.
"Robert Halford" <ro************@tiscali.com> wrote in message
news:#t**************@TK2MSFTNGP14.phx.gbl...
On 4th May at 7.45 in the evening my asp.net web sites stopped working on my
development server.

The page that appears says:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

The windows error log gives two entries in the application log:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1084
Date: 10/05/2005
Time: 17:32:20
User: N/A
Computer: (my server)
Description:
aspnet_wp.exe could not be started. The error code for the failure is
80004005. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
..NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account.

and

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1007
Date: 10/05/2005
Time: 17:32:20
User: N/A
Computer: (my server)
Description:
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.

I didn't update my asp.net web applications on this date, so something else
has caused the problem.

I did a search for processModel in the config file, and found a
machine.config file in my .net folder:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG\ machine.config

The processModel username and password in this file are set to:

userName="machine"
password="AutoGenerate"

The full entry is:

<processModel
enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60"
webGarden="false"
cpuMask="0xffffffff"
userName="machine"
password="AutoGenerate"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="20"
maxIoThreads="20"
/>

I think these are all just default settings.

I did a google search to see if I could find an answer and found this:

http://weblogs.asp.net/jambrose/arch...01/224226.aspx

In which he author says the cause of the problem is the server installing
..net 1.1 SP1. The solution to this problem is:

Well, it turns out that the ASPNET account got locked out. I guess my
domain policy here gets applied to local accounts. I unlocked it and reset
IIS, and voila, we're back in business.

The problem is, I don't understand what he means. How is the "machine"
account locked out? How do you unlock it?

My server is running windows 2000 (build 2195) service pack 4.

How can I fix this problem?

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: victor | last post by:
My hosting company recently upgrade to window 2003 server. The reasearch i have done so far is that 2003 server will use IIS6.0. It is totally different from 2000 server and IIS 5.0 I have...
8
by: John Blair | last post by:
Hi, I updated the latest .Net patch on my system this moring and now my SQL Web Data Administrator application is not working. I get the following error: Server Application Unavailable The...
3
by: PJ6 | last post by:
Other ASP.NET web projects are running OK, but one in particular is giving me a "Server Application Unavailable" error. The event log shows, "Failed to execute request because the App-Domain...
3
by: Chris Botha | last post by:
Hi, I've installed Framework 2.0 runtime on a 2003 Server that had Framework 1.1 installed. If I run a 1.1 Web app first it runs OK, then if I try to run a 2.0 Web app I will get the error...
0
by: George | last post by:
my web service works fine on my laptop but when i moved it to the server i get "Server Application Unavailable." i checked the event application log and it shows "aspnet_wp.exe could not be...
2
by: ciffycyclops | last post by:
Hello.. i am using WIndows XP Professional service pack 2 in my client m/c as well as in server..i diasabled the firewall in both the local and remote computer..but it shows the following error"RPC...
13
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:...
4
by: SpaceMarine | last post by:
hello, i know this is a common error, and i intend to research it next, but i thought id drop in here first. when i run my ASP.NET project from VS.NET 2005's internal, debug web server, it...
3
by: praveenb000 | last post by:
we hosted a website http://academics.rsrl.in/ developed using asp.net and back end MS Accees database. when i browse aspx pages Server Application Unavailable The web application...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.