473,416 Members | 1,767 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.

Win 2003 Server / IIS6 / Server Application Unavailable

Hi

My dev server has started posting a Server Application Unavailable error for
all of my asp.net web apps...

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.

When I check the event log as requested - I get the following event ...

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: .NET
Runtime version 1.1.4322.2032- Config parser error: Error parsing
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config
Parser returned error 0x80070005.

IIS will server up static & asp pages without any trouble. My
machine.config file does not appear to have changed (i've windiff'd it
against a back up copy) and this server is NOT a primary domain controller.

Advice would be extremely well received beleive you me!

Thanks

Damon
Nov 19 '05 #1
6 2853
Hi Damon,

Welcome to ASP.NET newsgroup.
From your description, on one of your Win2003 server, all the ASP.NET web
applications are unable to get start, always return "Server Application
Unabailable" error and the eventlog indicate that there is something
incorrect within the machine.config, yes?

Based on my experience, some former issues which have the similiar symptom
were mostly caused by machine.config being corrupted or access permission
of the asp.net's worker process identity not enough. So currently I think
we can try the following things first:

1. Running filemon on the server when try starting a certain ASP.NET web
app to see whether there are any access failed error in filemon related to
asp.net's config files. Also, we can switch the asp.net app pool's process
identity to
Local System and run it to see whether the error still occur.

2. Though you've mentioned that you've try replacing the machine.config
with a backup one, I still recommed that you try copy a new version from
another healthy server which has the same environment if possible.

If there're any other findings, please also feel free to post here. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



Nov 19 '05 #2
Hi Stephen

Thanks for that. I used filemon, and true enough the (w3wp.exe via the)
NETWORK SERVICE account is getting ACCESS DENIED on the machine.config file
while attempting an OPEN request.

What can I do to rectify this?

Thanks

Damon

"Steven Cheng[MSFT]" wrote:
Hi Damon,

Welcome to ASP.NET newsgroup.
From your description, on one of your Win2003 server, all the ASP.NET web
applications are unable to get start, always return "Server Application
Unabailable" error and the eventlog indicate that there is something
incorrect within the machine.config, yes?

Based on my experience, some former issues which have the similiar symptom
were mostly caused by machine.config being corrupted or access permission
of the asp.net's worker process identity not enough. So currently I think
we can try the following things first:

1. Running filemon on the server when try starting a certain ASP.NET web
app to see whether there are any access failed error in filemon related to
asp.net's config files. Also, we can switch the asp.net app pool's process
identity to
Local System and run it to see whether the error still occur.

2. Though you've mentioned that you've try replacing the machine.config
with a backup one, I still recommed that you try copy a new version from
another healthy server which has the same environment if possible.

If there're any other findings, please also feel free to post here. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)




Nov 19 '05 #3
Hi Damon,

So there must be something incorrect with your machine, is there any big
changes or accidents on your machine recently? Anyway, I think you can
first grant the required permissions for that file to Network Service
account to see what'll happen. If any new findings, please feel free to
post here.

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #4
Hi Steven

We gave the ASPNET account access to machine.config and the NETWORK SERVICE
account appeared to be then added by default. ASP.NET web applications now
function again.

Very strange ... we can not isolate what could have happend on the server
that would have forced the loss of privileges on machine.config. Are there
any other locations that we should check for correct access/privileges - I'm
concerned that we'll hit related issues during future development.

Thanks for your help on this matter.

Damon
"Steven Cheng[MSFT]" wrote:
Hi Damon,

So there must be something incorrect with your machine, is there any big
changes or accidents on your machine recently? Anyway, I think you can
first grant the required permissions for that file to Network Service
account to see what'll happen. If any new findings, please feel free to
post here.

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #5
Hi Damon,

I did always see some other ones encountering the similiar problems and the
cause are different from each other. But one common cause is some
Anti-virus software or other 3rd party tools that corrupte the existing ACL
of the asp.net's required resources such as machine.config file or the
temporary folder. You can also have a check on this.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #6
Hi Steven,

I get same error but I do not get anything from event log. And I can not
open or create .net project I get "'HTTP/1.1 500 Internal Server Error',
received when attempting to create or open an ASP.NET application". I reload
..net visual studio many times. but I get some error.
I did following step but it do not solve my problem also.
1. iisreset /stop
2. net user ASPNET /delete
3. aspnet_regiis -i (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322)
4. iisreset /start

I checked iis setting I have application name created.

Could you give me any other suggestion?

Thanks for help;

cms123
"Steven Cheng[MSFT]" wrote:
Hi Damon,

Welcome to ASP.NET newsgroup.
From your description, on one of your Win2003 server, all the ASP.NET web
applications are unable to get start, always return "Server Application
Unabailable" error and the eventlog indicate that there is something
incorrect within the machine.config, yes?

Based on my experience, some former issues which have the similiar symptom
were mostly caused by machine.config being corrupted or access permission
of the asp.net's worker process identity not enough. So currently I think
we can try the following things first:

1. Running filemon on the server when try starting a certain ASP.NET web
app to see whether there are any access failed error in filemon related to
asp.net's config files. Also, we can switch the asp.net app pool's process
identity to
Local System and run it to see whether the error still occur.

2. Though you've mentioned that you've try replacing the machine.config
with a backup one, I still recommed that you try copy a new version from
another healthy server which has the same environment if possible.

If there're any other findings, please also feel free to post here. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)




Nov 19 '05 #7

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

Similar topics

0
by: Nitec Dev | last post by:
Our setup: server1 ASP database running on IIS5, Outlook 2000 and SQL 2000 on Windows 2000. Server2 runs Windows 2000 with Exchange 2000 using CDO 1.2 MAPI Sessions. Clients use IE5/6 and had...
0
by: Tessa | last post by:
Is there any security reason why you cannot print to a network printer from ASP.NET under IIS6 on Windows 2003 server? I'm using ASP.NET code to print to a server print queue using...
4
by: Nirbho | last post by:
Hi, I've got 2 web servers. I've installed my web app on both Win2K3 machines. It works on one and not the other. I noticed that server which has the problem didn't have ASP.NET installed, nor...
4
by: Dave | last post by:
I recentlymoved my asp and aspx webs to a new server. The asp webs (developed in InterDev) come up fine. But I get the following message when I try to view my donet asp (aspx) webs: Server...
2
by: Ben Kim \(Vertical Dimensions, Inc.\) | last post by:
Hello all, I am trying to develop a web application using VB.NET 2003 on WinXP Pro (with latest patches) and .NET Framework (SDK) latest. I have IIS 5.1 up and running. Here is the problem I...
2
by: Jeffrey Tate via DotNetMonster.com | last post by:
The error is: The proxy settings on this computer are not configured correctly for Web discovery. MSDN states that this is caused by: This error appears in the Add Web Reference dialog box if...
2
by: peter.bailey | last post by:
I've had a new server installed for me.. with Windows 2003 and II6 with ASP.NET ..but I want to run a small (but important) application written in ASP (all .ASP files) as it stands the server...
0
by: BizWorld | last post by:
I am using Windows 2003 Server Standard edition, i just prepared this machine to use for one ASP.net application. i am using IIS 6. ASP.net application runs fine but it become unavailable in every...
17
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.