手机看片精品高清国产日韩,色先锋资源综合网,国产哺乳奶水91在线播放,乱伦小说亚洲色图欧洲电影

幫助中心 >  技術知識庫 >  網站相關 >  網站運營 >  Server Error in / Application的幾種解決方法

Server Error in / Application的幾種解決方法

2017-01-15 02:43:10 5823

原因1:運行時錯誤,說明:服務器上出現應?程序錯誤,此應用程序的當前自定義錯誤設置禁止遠程查看應用程序錯誤的詳細信息。

解決: 可以通過在IIS中開啟詳細錯誤查看,還可以修改web.config文件,將<customErrors mode="Off"/>設置mode ="Off",然后刷新就可以看到?細錯誤,再根據詳細錯誤去解決問題。


原因2:網站根目錄下沒有web.config文件,也可能是因為網站真正的目錄不對。

解決:將網站文件放到正確的根目錄下。


原因3. Asp.Net 程序顯示錯誤如下:

Server Error in '/' Application. Runtime Error Description An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off"

解決:檢查web.config是否合格,排查其中的問題。


原因4asp.net版本問題,asp.netasp.net2.0 asp.net4.0兩個版本。

解決:按照程序要求在程序池中切換合適的asp版本和托管方式。


原因5:網站目錄權限設置不正確。

解決:根據網站的身份驗證>匿名身份驗證的規(guī)則和應用程序池的身份標識設置,為網站目錄設置正確的權限即可。


提交成功!非常感謝您的反饋,我們會繼續(xù)努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務,我們很需要您進一步的反饋信息:

在文檔使用中是否遇到以下問題: