Server Application Unavailablehttp://forums.asp.net/t/1003070.aspx/1?Server+Application+UnavailableSat, 07 Apr 2012 13:38:05 -040010030701325439http://forums.asp.net/p/1003070/1325439.aspx/1?Server+Application+UnavailableServer Application Unavailable <h1><span style="color:#ff3300; font-family:Verdana"><font color="#000000" size="3">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:</font></span></h1> <h1><span style="color:#ff3300; font-family:Verdana"><font color="#000000" size="3">How can this be fixed?</font></span></h1> <h1><span style="color:#ff3300; font-family:Verdana"><font color="#000000" size="3">Thanks</font></span></h1> <h1><span style="color:#ff3300; font-family:Verdana">Server Application Unavailable </span></h1> <p><span style="font-family:Verdana">The web application you are attempting to access on this web server is currently unavailable.&nbsp; Please hit the &quot;Refresh&quot; button in your web browser to retry your request. </span></p> <p><b>Administrator Note: </b>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. </p> 2006-06-26T21:56:08-04:001325595http://forums.asp.net/p/1003070/1325595.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Did you set the site to the correct version of the framework?</p> <p>Jeff</p> 2006-06-27T03:07:09-04:001342979http://forums.asp.net/p/1003070/1342979.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Hi,</p> <p>I have the same proplem...I got this message:</p> <p><span style="font-family:Verdana">(The web application you are attempting to access on this web server is currently unavailable.&nbsp; Please hit the &quot;Refresh&quot; button in your web browser to retry your request. </span></p> <p><b>Administrator Note: </b>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. )</p> <p>I would like to know how can I resolve it? how can set the site to the correct version of the framework...</p> <p>Thanks,</p> 2006-07-17T09:02:25-04:001343094http://forums.asp.net/p/1003070/1343094.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>First, do as the error tells you -- Look at the appliucation event log.&nbsp; Setting the framework version is done on the ASP.NET tab of your web site in IIS.</p> <p>Jeff</p> 2006-07-17T11:39:42-04:001345704http://forums.asp.net/p/1003070/1345704.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>I also am having the same error and unfortunately do not have access to the application log from my hosting site.&nbsp; here is the history:</p> <p>July 15th 2006:</p> <p>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 <br> when trying to go to the main page:</p> <p>Server Application Unavailable </p> <p>The web application you are attempting to access on this web server is currently unavailable.&nbsp; Please hit the &quot;Refresh&quot; button in your web browser to retry your request. </p> <p>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 <br> to discover what caused this error to occur.</p> <p>Obviously I have Go Daddy involved as they say there is an issue with the ASP virtual instance and it has hung.&nbsp; They also mentioned some potential code issues.&nbsp; I have been <br> through everything and haven't found anything yet, but keep looking.&nbsp; I hope to get the logs from Go Daddy soon.&nbsp; Has anyone else seen tis or a similar issue?</p> <p><br> July 19th 2006:&nbsp; </p> <p>Here is an update from Go Daddy as my issue appeared again after the moved my site to its own asp application pool.&nbsp; They suggest this is a scripting issue where I am not <br> closing ASP objects (scripts and databases) after I am through using them.&nbsp; As a newbie to ASP, I have no clue even where to start looking.</p> <p>Any suggestions, thoughts or similar issues.&nbsp; As a refresh, here are the site specs:</p> <p>Hosted on Go Daddy<br> Base Club Starter Kit with all corrections to issues listed in this forum added <br> Added Forums module <br> Added Web Admin module <br> Changed some text</p> <p><a href="http://www.prccsoccer.com">www.prccsoccer.com</a></p> <p>Bob</p> 2006-07-19T14:59:16-04:001345783http://forums.asp.net/p/1003070/1345783.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Generally, the Server Application Unavailable error, when associated with running two frameworks (1.1 &amp; 2.0) side by side means that somewhere you are trying to run 1.1 apps and 2.0 apps within the same process.</p> <p>Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications.</p> 2006-07-19T15:52:24-04:001548295http://forums.asp.net/p/1003070/1548295.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Hello <strong>Memnoch ,</strong></p> <p><strong>as you said &quot;</strong>Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications.&quot;</p> <p>So can u tell us that how to do this, </p> <p>, and Wht do you mean by setting up &quot;separate application pools &quot; , you mean to setup two different websites. or wht,</p> <p>plz help me. and if anyone can solved this problem then pla share ur solution with us....</p> <p>byeee and tc</p> <p>&nbsp;</p> 2007-01-25T12:27:22-05:001550017http://forums.asp.net/p/1003070/1550017.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Separate app pools is only on Server 2003/IIS6.&nbsp; Here's the skinny:</p> <p>&nbsp;<a href="http://www.developer.com/net/asp/article.php/2245511">http://www.developer.com/net/asp/article.php/2245511</a></p> <p>Jeff</p> 2007-01-26T11:37:52-05:001627735http://forums.asp.net/p/1003070/1627735.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Hello,</p> <p>This problem of &quot;SERVER APPLICATION UNAVAILABEL&quot;&nbsp; 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,</p> <p>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.</p> <p>The website that JEFF given provides a complete description about creating a seprate pool.</p> <p>&nbsp;</p> <p>Bye and Take Care</p> 2007-03-20T04:43:57-04:001632059http://forums.asp.net/p/1003070/1632059.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>If you installed 2 different versions of .net Framework then,</p> <p>set the your site to the correct version of the framework...</p> 2007-03-22T12:32:13-04:001633918http://forums.asp.net/p/1003070/1633918.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Hello Chetan,</p> <p>If u have two different version of .NET Framework then to run websites developed&nbsp; under different versions then u have to make the different application pools else u can't run ur website with only setting the right version of framework for ur website.</p> <p>With the setting proper version u have to develop the different application pools.&nbsp;</p> 2007-03-23T12:32:23-04:001906205http://forums.asp.net/p/1003070/1906205.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Application pool is for the IIS 6 right? Theres no application pool for those who are using IIS 5. What is the solution for that? Upgrade to IIS 6?<br> </p> <p>Im using IIS 5 and I also got the same problem. What I did to solve this problem is I uninstalled the IIS and also the .Net framework, restart the PC and reinstalled IIS and the .Net framework. This seems very tedious work. But it works for me.</p> <p>So anyone here got any other solutions especially for IIS5 developer ?<br> &nbsp;</p> 2007-09-13T03:47:26-04:001984318http://forums.asp.net/p/1003070/1984318.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>I have IIS version 5 where there is no option of add application pool what do I do in order to eliminate this problem. I have two versions of framework on my pc :( I am using windows Xp</p> <p>can someone help me remove this problem pleases</p> 2007-11-01T03:46:25-04:001984375http://forums.asp.net/p/1003070/1984375.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>U can follow my solutions. I also have 2 versions of .Net framework. But I use ASPNETVersionSwitcher to switch them accordingly.</p> 2007-11-01T04:47:01-04:001991048http://forums.asp.net/p/1003070/1991048.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>&nbsp;it's very clear</p> <p>if u have a couple of virtual directories in two different frameworks that us the same application pool it'll cause this problem what u need to do is to make 2 application pools one for every framework and assign them to their respective virtual directories it's in the first tab that opens for a virtual directory properties window<br> &nbsp;</p> 2007-11-05T21:48:39-05:002351979http://forums.asp.net/p/1003070/2351979.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Hi,</p> <p>&nbsp;&nbsp;&nbsp; Check ASPUSER account. It should have administrator privillege. Also check ASPUSER account&nbsp;is locked or not. </p> <p>&nbsp;Check from </p> <p>&nbsp; My Computer Right Click ==&gt;Click Manager ==&gt; Local Users and Groups ==&gt; Users==&gt; right click ASPUSER</p> 2008-05-12T12:00:54-04:003126760http://forums.asp.net/p/1003070/3126760.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable i am also having the same problem, tried alot but still not able to solve. http://www.linkedin.com/in/bhattvishal 2009-04-29T05:36:17-04:003128127http://forums.asp.net/p/1003070/3128127.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable <p>Build your site for asp.net 2.0, </p> <p>You can do this in VWD start build options. Test it with the built in server. If it works Great, Have to work everywhere.</p> <p>When you try to run through IIS, create the virtual directory in IIS and convert it into Application&nbsp; and now try</p> <p><a href="http://localhost/yoursite">http://localhost/yoursite</a></p> <p>try it</p> 2009-04-29T13:59:09-04:003219514http://forums.asp.net/p/1003070/3219514.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable It worked thanks............. http://www.linkedin.com/in/bhattvishal 2009-06-09T08:10:08-04:003219519http://forums.asp.net/p/1003070/3219519.aspx/1?Re+Server+Application+UnavailableRe: Server Application Unavailable It worked thanks............. http://www.linkedin.com/in/bhattvishal/ 2009-06-09T08:12:18-04:00