IIS server application is not available to solve the problem

  
                  

This problem has been seen several times. In the .NET under Microsoft Visual 2005->visual studio tools->visual studio 2005 command prompt, enter aspnet_regiis -r, you can just re-register it because you first install The .net and then installed the permissions of the iis user did not add to the traffic caused by me is this situation, first installed the .net environment, and then installed IIS.

Solution Summary:

First Fault Description: Server Application Unavailable The web application you are trying to access on this web server is currently unavailable. Please click the “Refresh” button in your web browser to retry your request. Administrator Notes: Error messages detailing why this particular request failed can be found in the system event log of the web server. Check this log entry to find out what caused the error to occur. Solution: Microsoft Framework1.1 SP1 security update (KB886903) patch may cause web application "server application is unavailable" and "aspnet_wp.exe unexpected stop" cowbird 2005.02.15 very annoyed, suddenly found The application in IIS can't browse the page. Trying any aspx page can't open it. Re-use vs.net to create a new web application, the phenomenon remains. Computer environment: win2003, vs.net2003 Problem phenomenon: 1) When you want to browse a page, it will display "Server application not available" The web application you are trying to access on this web server is currently unavailable. Please click the “Refresh” button in your web browser to retry your request. Administrator Notes: Error messages detailing why this particular request failed can be found in the system event log of the web server. Go to the log and find out: "aspnet_wp.exe (PID: 356) stopped unexpectedly. & rdquo; 2) If you choose to debug, the following picture is displayed:

Try: After thinking about it, the problem is sudden, there is no software installed, no virus, strange. If the result of ""ExecutionEngineException" on google is "no cure", do a "worst plan", reload! . :) According to “aspnet_wp.exe (PID: 356) unexpected stop & rdquo; check on google, found that the online solution is nothing more than reinstall IIS, reinstall the system, reinstall the framework or vs.net. In this case, first select the simplest IIS reload and find that the problem remains. Next, I chose to repair and install win2003. After the installation, I found that the problem was solved. Everyone knows that after repairing the installed operating system, the patch will be gone. I just update the patch one by one, all updated, and then run, the problem appears again. Reason positioning: Obviously, the cause of the problem is the patch. Keep trying to locate the Microsoft .NET Framework version 1.1 Service Pack 1 security update (KB886903) after removing it and the problem is solved. Depressed! It took me a whole day and I strongly urged Microsoft to "compensate". After a check on the Internet, I found that foreigners have also encountered the same problem, and it is also to be resolved.

The second text frame appears: Server application is not available The web application you are trying to access on this web server is currently unavailable. Please click the “Refresh” button in your web browser to retry your request. Administrator Notes: Error messages detailing why this particular request failed can be found in the system event log of the web server. Check this log entry to find out what caused the error to occur. Under the English framework: 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. Searched a lot of information on the Internet, the problem is more classic, there are many errors, but There are no perfect solutions on domestic and foreign websites and forums. After some exploration and trial, finally have a better solution. There are three, as follows: 1. Reopen an application pool, and then specify this pool separately for this directory. 2. Access permissions settings 3. Reinstall iis, then install the framework My problem is the second, access permissions . Do the following settings to solve the problem: In the virtual directory of the web sites, set Permissions, which should contain ASP.NET IIs_WPG Internet Guest Account System and ASP.NET permissions should be set to write & read. Everything works fine.

Third server application not available The web application you are trying to access on this web server is currently unavailable. Please click the “Refresh” button in your web browser to retry your request.

Administrator Notes: Error messages detailing why this particular request failed can be found in the web server's system event log. Check this log entry to find out what caused the error to occur.

The situation is like this. My machine is equipped with .NET Framework 1.1 and 2.0. First of all, the error is caused by the 2.0 program I opened. After I found this error, the program I played 1.1 could not run. I chose the most traditional way to restart my system. The result is still that there is no change, I have to reinstall my IIS, and configure both the 1.1 and 2.0 frameworks. The result is that the 2.0 program can run, and the 1.1 program is still the error. Think about it, think of viewing the application log: change the application pool of the next virtual directory. Let ASP.NET1.1 and ASP.NET2.0 virtual directories use different application pools. The problem is solved, let's get it. ! Upstairs is a master, it is indeed an application pool problem, the ASP.NET2.0 site with a new pool problem will be solved. Steps to create a new application pool 1. Click “Start”, point to “Program", and then click “Control Panel”. 2. Double-click "Administrative Tools" and double-click "Internet Information Services (IIS)". 3. Right-click on "Application Pool", point to "New", and then click "Application Pool". 4. Type AppPool1 in the "Application Pool ID" text box. 5. Click “OK”. Assign an application to an application pool 1. Click “Start”, point to "Programs", and then click “Control Panel”. 2. Double-click "Administrative Tools" and double-click "Internet Information Services (IIS)". 3. Double-click “Web Site”. 4. Double-click “Default Web Site”. 5. Right-click on “DebugApp1” and click on “Properties”. 6. Select “AppPool1” in the "Application Pool" list box in the “Home Directory" tab, then click “OK". And the most important point is to set the application pool --> properties --> id --> pre-defined account for the local system

fourth failure description: server application is not available The web application accessed on this web server is currently unavailable. Please click the “Refresh” button in your web browser to retry your request.

This problem has been seen several times. In the .NET under Microsoft Visual 2005->visual studio tools->visual studio 2005 command prompt, enter aspnet_regiis -r, you can just re-register it because this is because You installed .net and then installed the permissions of the iis user. This is the case. I installed the .net environment before installing IIS.

Copyright © Windows knowledge All Rights Reserved