SharePoint Development Blog

Nick Boumans
View my LinkedIn Profile Follow me on Twitter View my Profile on FaceBook View my projects on CodePlex View my presentations on SlideShare



Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Turn Developer Dashboard on or off in SharePoint 2010

You can turn the Developer Dashboard on or off by using the next .bat file. Make sure you run this file as administrator. Otherwise a message "access denied" will be shown.

ECHO ON


SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\bin\stsadm"


REM ----- Choose one of this three commands -----
REM ----- Turn Developer Dashboard ondemand -----
%STSADM% -o setproperty -pn developer-dashboard -pv ondemand


REM ----- Turn Developer Dashboard on -----
%STSADM% -o setproperty -pn developer-dashboard -pv on


REM ----- Turn Developer Dashboard off -----
%STSADM% -o setproperty -pn developer-dashboard -pv off


pauseĀ 

SP2010 Developer Dashboard

Posted: Nov 28 2009, 10:14 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5