473,418 Members | 2,344 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,418 software developers and data experts.

URGENT : SERVER APPLICATION UNAVAILABLE

Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?
Nov 17 '05 #1
14 1524
What was the message that is being logged in the system Event log

Start -> Programs -> Administrative Tools -> Event Viewer (Application) for ASP.NET

Deepak Kumar Vasudevan
de****@cssolutionsinc.com

"Richard Støen" <ri*****@itverket.no> wrote in message news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?
Nov 17 '05 #2
There was nothing logged in the event-log. That's the problem.

We are considering re-installing IIS and .NET Framework.

r
"Deepak Kumar Vasudevan" <de****@cssolutionsinc.com> wrote in message news:e9****************@TK2MSFTNGP09.phx.gbl...
What was the message that is being logged in the system Event log

Start -> Programs -> Administrative Tools -> Event Viewer (Application) for ASP.NET

Deepak Kumar Vasudevan
de****@cssolutionsinc.com

"Richard Støen" <ri*****@itverket.no> wrote in message news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?
Nov 17 '05 #3
Check out this faq, this might help you
http://localhost/ExtremeExperts/Net/...available.aspx

--
Saravana
Microsoft India Community Star,MC**
www.extremeexperts.com

"Richard Støen" <ri*****@itverket.no> wrote in message
news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?

Nov 17 '05 #4
I was also facing same problem with my .NET Web Apps. I changed userName
attribute to SYSTEM in the <processModel> section of the Machine.config file
on my machine.

It worked for me.

--
Regards,

Yusuf D M
"Richard Støen" <ri*****@itverket.no> wrote in message
news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?

Nov 17 '05 #5
What's really strange is that there is no entry in the event-log at all.

r

"Saravana" <sa******@sct.co.in> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Sorry that was wrong url, check out this
http://www.ExtremeExperts.com/Net/FA...available.aspx

--
Saravana
Microsoft India Community Star,MC**
www.extremeexperts.com

"Richard Støen" <ri*****@itverket.no> wrote in message
news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run any asp.net web application on the web server :

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.

We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?


Nov 17 '05 #6
Nothing seems to happen when I press the OK button.

r

"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:05****************************@phx.gbl...
Hi

Try this..
In IIS, right-click Default Web Site, choose All Tasks,
choose Check Server Extensions.
Click Yes on the tighten security message. Try it now.

Ravikanth[MVP]

-----Original Message-----
Please help!

We suddenly started getting the following error message

when we try to run
any asp.net web application on the web server :

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.


We have tries almost every possible work-around found in

different
news-groups, with no success.

Any suggestions?
.

Nov 17 '05 #7
Thanks Yusuf - I started getting this error message today right after
installing the latest security patch from Microsoft, and changing this
setting in the Machine.Config file cleared it up.

Now ... can anyone please inform me what I need to do to switch the
setting back? Should we expect another communique from MS on this one?

Ian

"Yusuf D M" <my****@aalayance.com> wrote in message news:<#t**************@TK2MSFTNGP09.phx.gbl>...
I was also facing same problem with my .NET Web Apps. I changed userName
attribute to SYSTEM in the <processModel> section of the Machine.config file
on my machine.

It worked for me.

--
Regards,

Yusuf D M
"Richard Støen" <ri*****@itverket.no> wrote in message
news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?

Nov 17 '05 #8
Richard Støen wrote:
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?

You need to understand what the cause of the error is to be able to fix
it. I suggest that you can do your own logging (using global.asax), or
turn on tracing for the application, or turn the custom error display on
using the web.config. (Try the last one first).

Nov 17 '05 #9
Make that ditto, likewise.

Same problem after doing the same Windows Automatic Update this morning,
productivity restored after the same solution.

Of course, the solution is a hack, for which I express my thanks to Yusuf
for sending it.

Like Ian, I await with interest Microsoft's patch on the patch.

And by the by, before rummaging through this highly esteemed and fried
newsgroup for suggestions, I attempted a slight variation on the theme
(taking a hint from a vaguely related discussion on the support.microsoft
pages) whereby I set the userName value to ASPNET (a auto-installed
identity), and then added ASPNET to the localhosts administrator group.

Those steps earned me a stack overflow. Hhhmmmm ......
Thanks again to this threads contributors.

Larry

www.dytech.com.au

On 21/8/2003 5:52, in article
b3*************************@posting.google.com, "Ian Varley"
<iv*****@spamcop.net> wrote:
Thanks Yusuf - I started getting this error message today right after
installing the latest security patch from Microsoft, and changing this
setting in the Machine.Config file cleared it up.

Now ... can anyone please inform me what I need to do to switch the
setting back? Should we expect another communique from MS on this one?

Ian

"Yusuf D M" <my****@aalayance.com> wrote in message
news:<#t**************@TK2MSFTNGP09.phx.gbl>...
I was also facing same problem with my .NET Web Apps. I changed userName
attribute to SYSTEM in the <processModel> section of the Machine.config file
on my machine.


Nov 17 '05 #10
Hi Richard,

A lot of experienced people have already provided many valuable
suggestions. Have you checked the following Knowledge Base article:

http://support.microsoft.com/default...;en-us;Q315158

You have also mentioned that you will try a reinstalling. Does it resolve
the problem?

If the problem still occurs, please try the following steps:

1. Please delete the ASPNET account using Computer Management.

a) Select Control Panel->Administrative Tools->Computer Management->Local
Users and Groups->Users
b) In the right pane, right click the ASPNET account and select "Delete"

2. Please refer to the following Knowledge Base article carefully to repair
IIS mapping.

http://support.microsoft.com/default...b;en-us;306005

3. Please restart IIS.

a) Select Start->Run¡*
b) Type the command "iisreset"

4. Restart the computer and test this issue again.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #11
I had the same problem after installing the .NET Framework 1.0 SP2 and
the J# redist. The problem only appeared after restarting IIS. Maybe
this means that machine.config is changed, or ....

--
Tim Hodgson
ExclamationSoft - http://www.exclamationsoft.com
-------------------------------------------------------------------------
WebWatchBot - Know when your site goes down, before your customers do!
NetMailBot - Ease the pain of automated email
Smtp.NET - Better email for the .NET world
"Yusuf D M" <my****@aalayance.com> wrote in message news:<#t**************@TK2MSFTNGP09.phx.gbl>...
I was also facing same problem with my .NET Web Apps. I changed userName
attribute to SYSTEM in the <processModel> section of the Machine.config file
on my machine.

It worked for me.

--
Regards,

Yusuf D M
"Richard Støen" <ri*****@itverket.no> wrote in message
news:eB**************@TK2MSFTNGP12.phx.gbl...
Please help!

We suddenly started getting the following error message when we try to run
any asp.net web application on the web server :

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.
We have tries almost every possible work-around found in different
news-groups, with no success.

Any suggestions?

Nov 17 '05 #12
Hi,

As I understand, the problem in this thread is:

After installing the Windows Updates, we started getting the following
error message when we try to run any asp.net web application on the web
server :

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 system event log of the web server.
Please review this log entry to discover what caused this error to occur.

There are some similar reports for this issue in this group. Currently the
resolutios are:

1. Change userName attribute to SYSTEM in the <processModel> section of
the Machine.config.

2. Give the ASPNET account the permissions it requires:

1) Open Windows Explorer, navigate to \Documents and Settings
2) If the "LocalService" directory is NOT visible, you need to choose
"Folder Options" from the "Tools" menu. Then you need to ensure that under
the "View" tab, protected OS files are NOT hidden
3) Continue on to \Documents and Settings\LocalService
4) Right-click on the "Local Settings" folder, then select "Sharing and
Security".
5) In the "Security" tab, "Add" the "ASPNET" user, and make sure it has
"Read" and "List Folder Contents" permissions.
6) "Apply", "OK", .... etc until all windows closed.

Does it answer your question? If I have misunderstood your concern, please
let me know.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #13
I am using WindowsXP pro and don't have a "security" tab on this step:
5) In the "Security" tab, "Add" the "ASPNET" user, and make sure it has
"Read" and "List Folder Contents" permissions.

What gives?
I did find that just changing the setting as specified in this step
corrected the problem:
1. Change userName attribute to SYSTEM in the <processModel> section of
the Machine.config.

Any long term issues of just taking the step 1. fix and not the others?


Nov 17 '05 #14
Hi Jason,

The Server Application Unavailable issue you are seeing right now is related
to an issue with the latest IE security patch on Windows XP Pro and IIS 5.1
when using ASP.NET v1.0.

This page has a description of the problem, as well as a workaround you can
apply immediately:

http://www.asp.net/faq/ms03-32-Issue.aspx

Note that while elevating the ASP.NET worker process to SYSTEM will fix the
problem (which is the suggestion below), it is not recommended. Instead,
use the fix described in the above article -- it will fix the problem while
keeping your worker process running with the same account.

Thanks,

Scott
"Jason (MFT1)" <us****@newsgroup.pls> wrote in message
news:OC**************@tk2msftngp13.phx.gbl...
I am using WindowsXP pro and don't have a "security" tab on this step:
5) In the "Security" tab, "Add" the "ASPNET" user, and make sure it has
"Read" and "List Folder Contents" permissions.

What gives?
I did find that just changing the setting as specified in this step
corrected the problem:
1. Change userName attribute to SYSTEM in the <processModel> section of the Machine.config.

Any long term issues of just taking the step 1. fix and not the others?

Nov 17 '05 #15

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

Similar topics

0
by: Mridul Buragohain | last post by:
hi all! ===================================== my environment: MS .NET 1.1 with Service pack 1 ASP.NET framework IIS 5.0 C#.NET language. =====================================
2
by: Petr PALAS | last post by:
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable ...
5
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE...
1
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start...
0
by: Phinneas | last post by:
Howdy, I have multiple apps running on a pair of dual-processor Win2k IIS servers, neither of which are domain controllers. My users are experiencing fairly frequent (10-20 / day) "Server...
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...
2
by: ruca | last post by:
Hi, My WebApp not stoping to give me this error SERVER APPLICATION UNAVAILABLE aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused...
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:...
5
by: myth0s | last post by:
Hello everybody :) I have trouble getting my ASP application to work. I googled a lot for a solution... many solutions I tried came from The Scripts, but none of them worked. Nonetheless, I think...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...
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.