关闭SharePoint 2010 customErrors
生活随笔
收集整理的這篇文章主要介紹了
关闭SharePoint 2010 customErrors
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
在SharePoint 2010上做開發(fā)時,如果不把customErrors 關掉,那調(diào)試起來那真叫一個費勁。但在2010里,關閉customErrors還有點費勁,不像2007那么直接,只要修改web app下的web.cofing文件。下面的具體步驟:
?
1. 修改Web app的web.config (C:\inetpub\wwwroot\wss\VirtualDirectories\<port>)
- Debug=”true”?
- CallStack=”true”
- CustomErrors=”O(jiān)ff”
2. 修改 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\web.config
CustomErrors=”O(jiān)ff”
3. 修改 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\ADMIN\web.config
CustomErrors=”O(jiān)ff”
轉載于:https://www.cnblogs.com/ITHelper/archive/2013/04/19/3031079.html
總結
以上是生活随笔為你收集整理的关闭SharePoint 2010 customErrors的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: git的常用命令总结
- 下一篇: Xcode 中设置部分文件ARC支持