asp IIS部署An error occurred on the server when processing the URL错误提示解决
?? ?An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error.
????????其實這是 IIS7 對 ASP 程序發送的一個腳本錯誤消息,只要是程序中有錯誤 就會出現這樣的錯誤提示,所以關鍵的一步是要將具體的錯誤顯示出來,那么要怎么設置才可以呢,其實很簡單,下面是操作步驟:
?
1、打開控制面板→管理工具→Internet 信息服務(IIS)管理器→雙擊 “ASP”圖標,相關截圖如下所示:
2、打開IIS7的asp設置,展開“調試屬性”選項,“將錯誤發送到瀏覽器”這項默認的是False,改為True,然后點右側的應用!
通過以上設置后,再從瀏覽時打開出錯ASP頁面時就能看到頁面出錯的詳細信息,方使調試。如果是公開的Web服務器建議不要打開此選項,以防出錯信息被他人利用。
?轉載于:http://blog.csdn.net/zhensoft163/article/details/7434128
轉載于:https://www.cnblogs.com/dmhp/p/4207853.html
總結
以上是生活随笔為你收集整理的asp IIS部署An error occurred on the server when processing the URL错误提示解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python去掉字符串中空格的方法
- 下一篇: 程序对拍