Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to resolve "Server Application Unavailable" error

Reply
Thread Tools

How to resolve "Server Application Unavailable" error

 
 
Susanna
Guest
Posts: n/a
 
      03-27-2009
Hi,

I have a webservice running on Windows XP (IIS 5.1).
The webservice was working fine until some security patch was installed on
the system.
Now when I browse my webservice(.asmx file) from IIS, I always get the
"Server Application Unavailable" error. I have already reinstalled IIS, and
the executed the following command:

aspnet_regiis.exe -i

I am still not able to resolve this issue. Please help me to fix this issue.

The details of the error are given below:

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

Event Log says:
Failed to execute the request because the ASP.NET process identity does not
have read permissions to the global assembly cache. Error: 0x80070005 Access
is denied.


Note: IIS is configured to ASP.NET Version 2.0.50727.0

Regards,
Susanna
 
Reply With Quote
 
 
 
 
UT-BadBoy
Guest
Posts: n/a
 
      04-01-2009
Try these two possible solutions:

navigate to the v2.0.50727 folder and run these commands in the
command prompt
1) iisreset /stop
2) aspnet_regiis -u
3) aspnet_regiis -i
4) iisreset /start

if that doesn't work navigate to the Temporary ASP.NET Folder and
remove all folder contents
ie :%windir%\Microsoft.NET\Framework\v2.0.50727\Tempo rary ASP.NET Files
\

Hope that helps.

Kevin

On Mar 27, 7:26*am, Susanna <Susa...@discussions.microsoft.com> wrote:
> Hi,
>
> I have a webservice running on Windows XP (IIS 5.1).
> The webservice was working fine until some security patch was installed on
> the system.
> Now when I browse my webservice(.asmx file) from IIS, I always get the
> "Server Application Unavailable" error. I have already reinstalled IIS, and
> the executed the following command:
>
> aspnet_regiis.exe -i
>
> I am still not able to resolve this issue. Please help me to fix this issue.
>
> The details of the error are given below:
>
> 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
>
> Event Log says:
> Failed to execute the request because the ASP.NET process identity does not
> have read permissions to the global assembly cache. Error: 0x80070005 Access
> is denied. *
>
> Note: IIS is configured to ASP.NET Version 2.0.50727.0
>
> Regards,
> Susanna


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
best practice to resolve module dependency within a reusable application Marc Aymerich Python 0 03-22-2011 06:34 PM
src-resolve: Cannot resolve the name ... ivanet@gmail.com XML 1 03-23-2007 12:10 PM
How can I resolve error: Could not load type... Dean R. Henderson ASP .Net 1 11-28-2005 11:42 PM
need help to resolve concatenation error TJS ASP .Net 2 01-16-2004 05:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57