I'm using NHProf with ASP.NET MVC 3.
I inserted
HibernatingRhinos.Profiler.Appender.NHibernate.NHibernateProfiler.Initialize();
in my Application_Start method, but NHProf still doesn't see my sessions and doesn't show up anything.
What could be the source of my problem?