Sitecore.Glimpse

Web diagnostics for Sitecore


Project maintained by kevinobee Hosted on GitHub Pages — Theme by mattgraham

Getting Started (Older Versions)

This page will explain how to get started with Sitecore.Glimpse using versions of Sitecore earlier than 8.0.

ASP.NET MVC 5

Sitecore 7.5 supports ASP.NET MVC5. To install Sitecore.Glimpse for MVC 5, run the following command in the Package Manager Console

install-package Sitecore.Glimpse.Mvc5

ASP.NET MVC 4

Sitecore 7.2 supports ASP.NET MVC4. To install Sitecore.Glimpse for MVC 4, run the following command in the Package Manager Console

install-package Sitecore.Glimpse.Mvc4

For those wanting to run Sitecore with MVC 4 on 7.0 or earlier there are blog posts available that describe the required configuration updates.


ASP.NET MVC 3

Sitecore 6.6 and Sitecore 7.0 support ASP.NET MVC3. To install Sitecore.Glimpse to report on MVC features, run the following command in the Package Manager Console

install-package Sitecore.Glimpse.Mvc3

ASP.NET Web Forms

To install Sitecore.Glimpse.WebForms for an ASP.NET Web Forms project in Sitecore 7.2 and earlier, run the following command in the Package Manager Console

install-package Sitecore.Glimpse.WebForms