After some search, it seems that you have to do this trick on three locations. SharePoint 2010 has web.config files on the following locations:
- C:\inetpub\wwwroot\wss\VirtualDirectories\80\
- C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\
- C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS
Change customerrors to:
and the SaveMode tag (if available) to:<customErrors mode="Off" />
<SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="true">as well as the compilation tag to:
<compilation batch="false" debug="true" optimizeCompilations="true">This did the trick for me
No comments:
Post a Comment