Skip to content

Instantly share code, notes, and snippets.

View jglozano's full-sized avatar

Javier Lozano jglozano

View GitHub Profile
@jglozano
jglozano / gist:1078700
Created July 12, 2011 18:57 — forked from gligoran/gist:1078530
Glimpse.Mvc3 with MvcTurbine
public class MvcApplication : TurbineApplication
{
public MvcApplication()
{
ServiceLocatorManager.SetLocatorProvider(() => new UnityServiceLocator());
Engine.Initialize
.DisableHttpModuleRegistration()
.AssemblyFilter<GlimpseFilter>();
}