- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業務經營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯網協會理事單位
- 安全聯盟認證網站身份V標記
- 域名注冊服務機構許可:滇D3-20230001
- 代理域名注冊服務機構:新網數碼
原因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是否合格,排查其中的問題。
原因4:asp.net版本問題,asp.net有asp.net2.0和 asp.net4.0兩個版本。
解決:按照程序要求在程序池中切換合適的asp版本和托管方式。
原因5:網站目錄權限設置不正確。
解決:根據網站的身份驗證>匿名身份驗證的規則和應用程序池的身份標識設置,為網站目錄設置正確的權限即可。
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP