Server Application Unavailable 錯誤解決辦法


今天去服務器安裝了個.net 4.0 framework(原本有1.0和2.0的),配置好站點后,選擇版本為4.0,訪問出錯,錯誤代碼如下

 

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.

 

 

經過搜來搜去,終於解決了,

總結如下:

出現服務不可用錯誤,最常規的辦法是

1.查看IIS中的.net版本選擇是否爭取

2.如果版本不同,需要單獨為增加一個應用程序池,具體原因是IIS 應用程序隔離機制造成的,可以百度搜素下。

3.如果以上都不沒有錯誤的話,看看站點文件夾是否增加了User用戶組(我的錯誤就是這個);

常見就這幾種情況,其他的要具體在分析了。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM