关闭SharePoint 2010 customErrors
在SharePoint 2010上做開發(fā)時(shí),如果不把customErrors 關(guān)掉,那調(diào)試起來那真叫一個(gè)費(fèi)勁。但在2010里,關(guān)閉customErrors還有點(diǎn)費(fèi)勁,不像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”
轉(zhuǎn)載于:https://www.cnblogs.com/ITHelper/archive/2013/04/19/3031079.html
總結(jié)
以上是生活随笔為你收集整理的关闭SharePoint 2010 customErrors的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: git的常用命令总结
- 下一篇: Xcode 中设置部分文件ARC支持