We are using MvcMiniProfiler in a webforms project, and so far we\'re very pleased with it. We also make heavy usage of the Telerik ajax controls, and we have a problem with the profiler when combine
Any way to control the display properties of MvcMiniProfiler?I actually have a DIV banner (stole look and idea from the SO banner that shows - i.e. \'Congrats, you\'ve gained the privilege...\') that
So I\'ve started using MvcMiniProfiler on our websites and quite like it.We have a Windows Application component/framework that is leveraged by the website and I was wondering if it was possible to us
im using mvc-mini-profiler on a test site. When i put an OutputCacheAttribute on my act开发者_JAVA技巧ion method, the profiler is not executed and always return the last value that he had before the c
I\'m a big fan of the MiniProfiler created by Jarrod Dixon and the Stack Overflow team for ASP.NET. Is there a port of it for Rails applications?
The profiler is installed in my MVC 3 app and it works, but what I\'m having a hard time with is the correct way to get the EF 4 db portion setup correctly.
I\'m just added Mini Profiler to my MVC3 project with nuget and I\'ve followed the basic steps to get it set up. Starting the profile on Application_BeginRequest() and stopping it on Application_EndRe
I would like to use MVC Mini Profiler for Entity Framework Connection. The way I did it is like this:
I had connection strings for entity framework edmx, which is usual EF connection string with metadata.
I have incorporated the mini-profiler in mvc app but I have a question. When I have a controller looking like below I can\'t see the execution that took place, any ideas?