I\'ve got an Asp.net Mvc 3 Application which is now using the MvcMiniProfiler. I\'m also using the Entity Framework to access my database, and I\'d like to enable the profiler to work with the entity
I have configured mini profiler with asp.net mvc application. I also want to profile my db so I hooked it with L2S datacontext as in this example.
Read an article on http://code.google.com/p/mvc-mini-profiler/ Any open-source profiler available like this for java web apps?
When I create my context using 开发者_运维问答the below function the profiler shows about a 300ms increase from the standard EF (version 4) context creation method. Is there another way to do this tha
Steps to reproduce the problem: Follow steps to add profiler to your project The project is in a virtual directory
I\'m trying to configure mvc miniprofiler with my asp.net mvc 3 application. The problem is that I can\'t access MiniProfiler class in my views (I\'m using webforms viewengine). I have tried a few thi
What\'s the simplest way to use MiniProfiler\'s database profiling with NHibernate? In order for the profiler to w开发者_StackOverflow中文版ork, I need to wrap the DbConnection that NHibernate uses in
Has anyone been able to get the MVC mini profiler working on IIS 6? I\'ve set up the profiler in my application and it works perfectly in Visual Studio, IIS Express and IIS 7.5 but when I put the exac
I tried to check if the user is in role at Application_BeginRequest and Application_AuthenticateRequest with this code and it will not work. At BeginRequest the code is never hit and Authenticate it\'
I\'m trying to use the mvc-mini-profiler in my mvc application. I created a wrapper for my context and Castle Windsor creates the instance. However, I get the error \"The space \'SSpace\' has no assoc