Web diagnostics for Sitecore
This page will explain how to get started with Sitecore.Glimpse using versions of Sitecore earlier than 8.0.
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
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.
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
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