MVC specific profiling not appearing in UI

I’ve installed MiniProfiler, the EF6 package and the MVC4 package and I’m getting the SQL and the client events in the UI but I’m missing the MVC related information about the controllers and the views. Is there something special I have to do to get the MVC related information appearing?

Thanks,
Andy

Put this in your Application_Start() method:

GlobalFilters.Filters.Add(new ProfilingActionFilter());