Showing posts with label SharePoint 2010. Show all posts
Showing posts with label SharePoint 2010. Show all posts

Friday, February 3, 2012

Developer Dashboard in SharePoint 2010

Accessing the Developer Dashboard in SharePoint 2010
  • Open command prompt as administrator
  • Navigate to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Bin, or add this to your path
  • stsadm -o setproperty -pn developer-dashboard -pv ondemand
To Turn Off:
  • stsadm -o setproperty -pn developer-dashboard -pv off