473,320 Members | 1,838 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,320 software developers and data experts.

Server Application Unavailable

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 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.

Is there something special I need to configure to for aspx pages?
Nov 19 '05 #1
4 8845
Hi,

Pls visit the following link:

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

Hope this helps.

Prakash.NET

"Dave" wrote:
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 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.

Is there something special I need to configure to for aspx pages?

Nov 19 '05 #2
Thanks for Prakash's informative inputs.

Hi Dave,

Regarding on such issue, there're serveral possible causes which are also
depend on the detailed envirnoment and sceanrio. Anyway, I suggest we check
from the IIS log and Windows eventlog to see whether there has any
informative log entries there.

Please feel free to let me know if there're any new findings.

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
Thanks guys

The error code in event viewer is event id 1081, Source ASP.NET 1.1.4322.0:
aspnet_wp.exe could not be started. The error code for the failure is
80070545. 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.

S search for error 80070545 in the MS KB does not return anything.

I read "Article ID : 315158 FIX: ASP.NET does not work with the default
ASPNET account on a domain controller " but it does not help.

I created an ASPUser account and gave it rights to "log on as a batch job"
but I have Net Framework version v1.1.4322 and I do not see a username and
password attributes in the <processModel> section of the Machine.config
file.

Any ideas?

Thanks
Dave


"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:nN*************@TK2MSFTNGXA01.phx.gbl...
Thanks for Prakash's informative inputs.

Hi Dave,

Regarding on such issue, there're serveral possible causes which are also
depend on the detailed envirnoment and sceanrio. Anyway, I suggest we
check
from the IIS log and Windows eventlog to see whether there has any
informative log entries there.

Please feel free to let me know if there're any new findings.

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 #4
Hi Dave,

As you mentioned that you've tried following the things in the kb:

315158 FIX: ASP.NET does not work with the default
ASPNET account on a domain controller "

Is your server a DC machine? If so, you can switch the ASP.NET application
to running under LocalSystem account or a domain account. For how to create
a custom process Identity, here is a msdn reference for creating custom
ASP.NET worker process idenitty for IIS5 mode:

http://msdn.microsoft.com/library/de...us/secmod/html
/secmod15.asp

For w2k3 IIS6, we could just add a custom account into the IIS_WPG group to
make sure it has the sufficient permission s to run asp.net applciation.

If your server is not a DC box, we may need to looking for other things on
this issue.

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.)

--------------------
| From: "Dave" <da*******@newsgroup.nospam>
| References: <ex*************@TK2MSFTNGP09.phx.gbl>
<10**********************************@microsoft.co m>
<nN*************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: Server Application Unavailable
| Date: Sun, 10 Jul 2005 17:25:26 -0700
| Lines: 52
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Ot**************@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: c-24-130-211-137.hsd1.ca.comcast.net 24.130.211.137
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:111429
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks guys
|
| The error code in event viewer is event id 1081, Source ASP.NET
1.1.4322.0:
| aspnet_wp.exe could not be started. The error code for the failure is
| 80070545. 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.
|
| S search for error 80070545 in the MS KB does not return anything.
|
| I read "Article ID : 315158 FIX: ASP.NET does not work with the default
| ASPNET account on a domain controller " but it does not help.
|
| I created an ASPUser account and gave it rights to "log on as a batch
job"
| but I have Net Framework version v1.1.4322 and I do not see a username
and
| password attributes in the <processModel> section of the Machine.config
| file.
|
| Any ideas?
|
| Thanks
| Dave
|
|
|
|
| "Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
| news:nN*************@TK2MSFTNGXA01.phx.gbl...
| > Thanks for Prakash's informative inputs.
| >
| > Hi Dave,
| >
| > Regarding on such issue, there're serveral possible causes which are
also
| > depend on the detailed envirnoment and sceanrio. Anyway, I suggest we
| > check
| > from the IIS log and Windows eventlog to see whether there has any
| > informative log entries there.
| >
| > Please feel free to let me know if there're any new findings.
| >
| > 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 #5

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. =====================================
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...
1
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on...
9
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1...
6
by: Damon Roberts | last post by:
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...
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...
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
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.