Monday, October 31, 2011

SharePoint error messages: “Unknown Error”

thanks to http://mindsharpblogs.com/phil/archive/2007/11/17/3551.html

If you open the web.config of the site you’re experiencing the problem in (eg. c:\inetpub\wwwroot\wss\virtualdirectories\mysitename\web.config), and do a search for “CallStack” and toggle that element to “true”. Then, do a search for “customErrors” and toggle that element to “off”. Save the web.config file.
If you go back to your site and refresh the page, you should see the actual exception that was thrown and where it was thrown.
Lastly, if you did this change in production, you’ll want to change it back, but that probably goes without saying ;)

Tuesday, October 4, 2011

How to disable mouse right click on sharepoint page

1. Just add content editor webpart
2. Modify Shared Webpart
3. Source Editor and add


4. Layout property - check the hide

Monday, October 3, 2011

Slow access to mapped drive Sharepoint library

IE settings - Tools, Options, Connections, LAN Settings, uncheck Automtically detect Settings - the problem goes away.

supported link - http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/10fb4e16-2e2f-46e0-bafc-edcc43b03f14/