Hello
Enviroment: Windows server 2012, with Sharepoint 2013 Foundation.
I enable the Developer Dashboard with:
$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $devDashboardSettings = $contentService.DeveloperDashboardSettings $devDashboardSettings.DisplayLevel = "On" $devDashboardSettings.Update()
the header icon appear and when i click a windows open but no content is on it.
Fiddler show for this request:
GET http://procbel.b2bcloud.es/_layouts/15/devdash.aspx HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://procbel.b2bcloud.es/_layouts/15/start.aspx
Accept-Language: es-ES
this content:
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/8.0 X-SharePointHealthScore: 1 X-AspNet-Version: 4.0.30319 SharePointError: 0 SharePointError: 0 SPRequestGuid: 3b56f59b-ef6a-10a0-6fb9-eec2b8d37d8c request-id: 3b56f59b-ef6a-10a0-6fb9-eec2b8d37d8c X-Powered-By: ASP.NET MicrosoftSharePointTeamServices: 15.0.0.4420 X-Content-Type-Options: nosniff X-MS-InvokeApp: 1; RequireReadOnly Date: Wed, 16 Jan 2013 11:55:35 GMT Content-Length: 505<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"><meta name="Robots" content="NOINDEX " /></head><body></body><script type="text/javascript"> var gearPage = document.getElementById('GearPage'); if(null != gearPage) { gearPage.parentNode.removeChild(gearPage); document.title = "Error"; }</script></html>
This happeds always open from same computer (disabled loopbackcheck) from another, using local administrator or any other user to run IE , on Chrome, Safari, etc
Please any help will be very appreciate, i would like to have this tool working for serious development.
Thanks a lot.