Server Application Unavailable

D

Dave

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?
 
S

Steven Cheng[MSFT]

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

Dave

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
 
S

Steven Cheng[MSFT]

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/default.asp?url=/library/en-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" <[email protected]>
| References: <[email protected]>
<[email protected]>
<[email protected]>
| 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: <[email protected]>
| 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!TK2MSFTNGP09.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
|
|
|
|
| | > 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.)
| >
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,128
Latest member
ElwoodPhil
Top