I\'ve added Mini Profiler through NuGet and though in a really simple project works lovely, this is a big and existing project, and of course that I\'m getting some problems with it :(
Today I\'ve dropped back into a project that I haven\'t been working with f开发者_运维问答or the past month or so. I had this project configured using MiniProfiler 1.7 and all was well in the world. I
I\'ve wired up the MvcMiniProfiler to my app, and it\'s reporting Duplicate Queries. I\'ve set a BreakPoint in my Repository
I\'m using MVC Mini profiler to check the speed of specific parts of my application, and would like to keep it there just in case something happens later and I may need to check \"what\'s going wrong\
I\'ve been using Mini Profiler in dev and production (azure) for a while and LOVE it. It t开发者_如何学Cried to upgrade to the latest release today via NUGET.The DLL get\'s placed in the bin but my s
I have MiniProfiler set up and working in my ASP.NET MVC app. My controllers make calls via WCF to a BLL which in turn talks to开发者_Go百科 the database. I would like to see profiling from the WCF se
I am attempting to create an ASP.NET MVC 3 application using C#, Entity Framework 4.0 code-first and SQL Server CE, and the automated scaffolding. Everything works fine until I try to actually use a p
I\'m using mvc3, and mvc mini profile is displaying multiple popup boxes for 开发者_C百科a single page request because it is profiling for images and js files.
This is the Method that is being profiled public IList<Product> GetPagedProducts(int page) { const string sql = @\"
I know I am probably being a bit thick however...... Created a new MVC3 test application using EF code first.