Today, on the company test server put 2 test sites, IIS actually reported that the server application is not available, the IIS restarted, the application pool is also recycled, the site folder permissions have also changed, incredibly still not, well, the following how we solve.
Error message:
Server application not Available
The Web application you are attempting to access on this Web server is currently unavailable. Please click the "Refresh" button in the Web browser to retry your request.
Administrator considerations: The error message detailing the reason for this particular request failure can be found in the WEB server's system event log. Please check this log entry to find out why this error occurred.
Solution:
Need to re-register. NET in IIS
The code is as follows |
Copy Code |
CD c:/windows/microsoft.net/framework/v2.0.50727 (here version number to fill in)
aspnet_regiis.exe/i
Aspnet_regiis-r
|
The execution is complete, asp.net can run normally.