Ever since I upgraded my computer from .NET 1.1 to .NET 2.0 I am frequently getting this error message when I try to access a website on my local IIS:
How can this be fixed?
Thanks
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.
(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 would like to know how can I resolve it? how can set the site to the correct version of the framework...
First, do as the error tells you -- Look at the appliucation event log. Setting the framework version is done on the ASP.NET tab of your web site in IIS.
I also am having the same error and unfortunately do not have access to the application log from my hosting site. here is the history:
July 15th 2006:
I have had my site up and running for a while now (thanks to the help of a lot of you in these Forums) but seem to have an issue arise randonly where I get the following message
when trying to go to the main page:
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.
Obviously I have Go Daddy involved as they say there is an issue with the ASP virtual instance and it has hung. They also mentioned some potential code issues. I have been
through everything and haven't found anything yet, but keep looking. I hope to get the logs from Go Daddy soon. Has anyone else seen tis or a similar issue?
July 19th 2006:
Here is an update from Go Daddy as my issue appeared again after the moved my site to its own asp application pool. They suggest this is a scripting issue where I am not
closing ASP objects (scripts and databases) after I am through using them. As a newbie to ASP, I have no clue even where to start looking.
Any suggestions, thoughts or similar issues. As a refresh, here are the site specs:
Hosted on Go Daddy
Base Club Starter Kit with all corrections to issues listed in this forum added
Added Forums module
Added Web Admin module
Changed some text
Generally, the Server Application Unavailable error, when associated with running two frameworks (1.1 & 2.0) side by side means that somewhere you are trying to run 1.1 apps and 2.0 apps within the same process.
Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications.
This problem of "SERVER APPLICATION UNAVAILABEL" is arises due to Application pools, If we run two applications of different versions of asp.net under the same application pools then this problem occurs,
The solution is to create a seprate application pool and then run the second website which is developed in another version of asp.net under that pool.
The website that JEFF given provides a complete description about creating a seprate pool.
ahsan19
Member
5 Points
2 Posts
Server Application Unavailable
Jun 26, 2006 09:56 PM|LINK
Ever since I upgraded my computer from .NET 1.1 to .NET 2.0 I am frequently getting this error message when I try to access a website on my local IIS:
How can this be fixed?
Thanks
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.
jeff@zina.com
All-Star
87499 Points
11611 Posts
Moderator
MVP
Re: Server Application Unavailable
Jun 27, 2006 03:07 AM|LINK
Did you set the site to the correct version of the framework?
Jeff
susu
Member
5 Points
1 Post
Re: Server Application Unavailable
Jul 17, 2006 09:02 AM|LINK
Hi,
I have the same proplem...I got this message:
(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 would like to know how can I resolve it? how can set the site to the correct version of the framework...
Thanks,
jeff@zina.com
All-Star
87499 Points
11611 Posts
Moderator
MVP
Re: Server Application Unavailable
Jul 17, 2006 11:39 AM|LINK
First, do as the error tells you -- Look at the appliucation event log. Setting the framework version is done on the ASP.NET tab of your web site in IIS.
Jeff
rhhanson63
Member
354 Points
76 Posts
Re: Server Application Unavailable
Jul 19, 2006 02:59 PM|LINK
I also am having the same error and unfortunately do not have access to the application log from my hosting site. here is the history:
July 15th 2006:
I have had my site up and running for a while now (thanks to the help of a lot of you in these Forums) but seem to have an issue arise randonly where I get the following message
when trying to go to the main page:
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.
Obviously I have Go Daddy involved as they say there is an issue with the ASP virtual instance and it has hung. They also mentioned some potential code issues. I have been
through everything and haven't found anything yet, but keep looking. I hope to get the logs from Go Daddy soon. Has anyone else seen tis or a similar issue?
July 19th 2006:
Here is an update from Go Daddy as my issue appeared again after the moved my site to its own asp application pool. They suggest this is a scripting issue where I am not
closing ASP objects (scripts and databases) after I am through using them. As a newbie to ASP, I have no clue even where to start looking.
Any suggestions, thoughts or similar issues. As a refresh, here are the site specs:
Hosted on Go Daddy
Base Club Starter Kit with all corrections to issues listed in this forum added
Added Forums module
Added Web Admin module
Changed some text
www.prccsoccer.com
Bob
Memnoch
Member
25 Points
6 Posts
Re: Server Application Unavailable
Jul 19, 2006 03:52 PM|LINK
Generally, the Server Application Unavailable error, when associated with running two frameworks (1.1 & 2.0) side by side means that somewhere you are trying to run 1.1 apps and 2.0 apps within the same process.
Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications.
prashant_vic...
Participant
1155 Points
437 Posts
Re: Server Application Unavailable
Jan 25, 2007 12:27 PM|LINK
Hello Memnoch ,
as you said "Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications."
So can u tell us that how to do this,
, and Wht do you mean by setting up "separate application pools " , you mean to setup two different websites. or wht,
plz help me. and if anyone can solved this problem then pla share ur solution with us....
byeee and tc
jeff@zina.com
All-Star
87499 Points
11611 Posts
Moderator
MVP
Re: Server Application Unavailable
Jan 26, 2007 11:37 AM|LINK
Separate app pools is only on Server 2003/IIS6. Here's the skinny:
http://www.developer.com/net/asp/article.php/2245511
Jeff
prashant_vic...
Participant
1155 Points
437 Posts
Re: Server Application Unavailable
Mar 20, 2007 04:43 AM|LINK
Hello,
This problem of "SERVER APPLICATION UNAVAILABEL" is arises due to Application pools, If we run two applications of different versions of asp.net under the same application pools then this problem occurs,
The solution is to create a seprate application pool and then run the second website which is developed in another version of asp.net under that pool.
The website that JEFF given provides a complete description about creating a seprate pool.
Bye and Take Care
chetan.sarode
All-Star
53419 Points
9044 Posts
Re: Server Application Unavailable
Mar 22, 2007 12:32 PM|LINK
If you installed 2 different versions of .net Framework then,
set the your site to the correct version of the framework...
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.