在sharepoint 開發的時候,須要查看具體的sharepoint報錯信息須要在配置文件中配置以下spa
經過下面方法就能夠直接在出錯頁面查看錯誤信息。修改Web應用程序根目錄上的Web.config文件中的兩個地方:
1、MaxControls="200" CallStack="false" 改成 MaxControls="200" CallStack="true"
2、customErrors mode="On" 改成 customErrors mode="Off".net
sharepoint默認的 會話狀態是false,可是ReportViewer必須開啓會話。須要在頁面上啓動EnableSessionState="true"blog
配置元數據(sharepoint託管元數據)開發
http://blog.csdn.net/anotherlilei/article/details/5635857get