Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Server Application Unavailable

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
smacca

External


Since: Mar 23, 2004
Posts: 2



(Msg. 1) Posted: Tue Mar 23, 2004 5:12 am
Post subject: Server Application Unavailable
Archived from groups: microsoft>public>inetserver>iis (more info?)

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.


---------------------------

I receive the above error and cannot find a resolution.
I have checked the MS support website and found the
following article:

http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/kb/articles/Q
315/1/58.asp&NoWebContent=1

but I cant make sense of it all. I didnt unserstand
anything about applying security policies (well I
understood but have no idea how to implement) etc and I
am pretty experienced with computers - 7 year profesional.

This is critically important - i have projects to
complete by end of week and desperatley need my web
server and .NET projects running corectly again.

Any help appreciated.

 >> Stay informed about: Server Application Unavailable 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Wed Mar 24, 2004 12:24 am
Post subject: Re: Server Application Unavailable [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please look in the Windows Event Log, like is says in the error message.
Please post the Event ID, source and description

Cheers
Ken

"Stephen McCormack" <smacca.TakeThisOut@hotmail.com> wrote in message
news:ef3101c410bf$67c2bcb0$a601280a@phx.gbl...
: 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.
:
:
: ---------------------------
:
: I receive the above error and cannot find a resolution.
: I have checked the MS support website and found the
: following article:
:
: http://support.microsoft.com/default.aspx?
: scid=http://support.microsoft.com:80/support/kb/articles/Q
: 315/1/58.asp&NoWebContent=1
:
: but I cant make sense of it all. I didnt unserstand
: anything about applying security policies (well I
: understood but have no idea how to implement) etc and I
: am pretty experienced with computers - 7 year profesional.
:
: This is critically important - i have projects to
: complete by end of week and desperatley need my web
: server and .NET projects running corectly again.
:
: Any help appreciated.
:

 >> Stay informed about: Server Application Unavailable 
Back to top
Login to vote
smacca

External


Since: Mar 23, 2004
Posts: 2



(Msg. 3) Posted: Wed Mar 24, 2004 12:24 am
Post subject: Re: Server Application Unavailable [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Failed to execute request because the App-Domain could
not be created. Error: 0x80070005 Access is denied.


 >-----Original Message-----
 >Please look in the Windows Event Log, like is says in
the error message.
 >Please post the Event ID, source and description
 >
 >Cheers
 >Ken
 >
 >"Stephen McCormack" <smacca RemoveThis @hotmail.com> wrote in message
 >news:ef3101c410bf$67c2bcb0$a601280a@phx.gbl...
 >: 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.
 >:
 >:
 >: ---------------------------
 >:
 >: I receive the above error and cannot find a resolution.
 >: I have checked the MS support website and found the
 >: following article:
 >:
<font color=purple> >: <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?</font" target="_blank">http://support.microsoft.com/default.aspx?</font</a>>
 >:
scid=http://support.microsoft.com:80/support/kb/articles/Q
 >: 315/1/58.asp&NoWebContent=1
 >:
 >: but I cant make sense of it all. I didnt unserstand
 >: anything about applying security policies (well I
 >: understood but have no idea how to implement) etc and I
 >: am pretty experienced with computers - 7 year
profesional.
 >:
 >: This is critically important - i have projects to
 >: complete by end of week and desperatley need my web
 >: server and .NET projects running corectly again.
 >:
 >: Any help appreciated.
 >:
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Server Application Unavailable 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Wed Mar 24, 2004 2:18 am
Post subject: Re: Server Application Unavailable [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Wow - you are helpful aren't you?

First, the error tells you to look in the Event Log, and either you don't,
or you don't post the error you found.

Second, you're asked to post the EventID, Source and Description, and you
don't do that either.

If you think you know best how to solve this problem, please feel free to
solve it yourself - there's no need to bother us.

The problem is permissions related. If you are using IIS5 or IIS5.1 or IIS6
running in IIS5 Isolation Mode, then ASP.net uses the Machine\ASPNet
account. Goto section three in this document, and verify the NTFS
permissions are set correctly for the folders listed:
http://msdn.microsoft.com/webservices/building/security/default.aspx?p...=/libra

If you are running IIS6 in Worker Process Isolation Mode, then ASP.NET uses
the Web App Pool Identity, which by default is Network Service. Again,
verify the NTFS permissions as per the document above, but for Network
Service instead of ASPNET as appropriate.

If that doesn't solve the problem, check the other permissions as well
(other than the NTFS permissions).

If you are running ASP.Net on an Windows 2000 Domain Controller, then you
need to change the process identity in machine.config to SYSTEM, rather than
the ASPNet account.

Hope that helps

Cheers
Ken


"Stephen McCormack" <smacca.TakeThisOut@hotmail.com> wrote in message
news:11cd901c410cd$3b1f1790$a301280a@phx.gbl...
: Failed to execute request because the App-Domain could
: not be created. Error: 0x80070005 Access is denied.
:
:
: >-----Original Message-----
: >Please look in the Windows Event Log, like is says in
: the error message.
: >Please post the Event ID, source and description
: >
: >Cheers
: >Ken
: >
: >"Stephen McCormack" <smacca.TakeThisOut@hotmail.com> wrote in message
: >news:ef3101c410bf$67c2bcb0$a601280a@phx.gbl...
: >: 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.
: >:
: >:
: >: ---------------------------
: >:
: >: I receive the above error and cannot find a resolution.
: >: I have checked the MS support website and found the
: >: following article:
: >:
: >: http://support.microsoft.com/default.aspx?
: >:
: scid=http://support.microsoft.com:80/support/kb/articles/Q
: >: 315/1/58.asp&NoWebContent=1
: >:
: >: but I cant make sense of it all. I didnt unserstand
: >: anything about applying security policies (well I
: >: understood but have no idea how to implement) etc and I
: >: am pretty experienced with computers - 7 year
: profesional.
: >:
: >: This is critically important - i have projects to
: >: complete by end of week and desperatley need my web
: >: server and .NET projects running corectly again.
: >:
: >: Any help appreciated.
: >:
: >
: >
: >.
: >
 >> Stay informed about: Server Application Unavailable 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]