mvc-mini-profiler
Mini Profiler does not render scripts
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 :([详细]
2023-04-13 07:02 分类:问答Upgrading to MvcMiniProfiler 1.9 from 1.7 .NET MVC3 and EF Code First
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[详细]
2023-04-11 05:02 分类:问答How to track down Duplicate Linq to SQL Queries identified by MiniProfiler?
I\'ve wired up the MvcMiniProfiler to my app, and it\'s reporting Duplicate Queries. I\'ve set a BreakPoint in my Repository[详细]
2023-04-10 02:34 分类:问答How to hide miniprofiler?
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\[详细]
2023-04-09 05:11 分类:问答Problems upgrading MVC Mini Profiler to latest release
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[详细]
2023-04-09 03:08 分类:问答MvcMiniProfiler profiling web app and lower layers
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[详细]
2023-04-08 11:36 分类:问答Problem using SQL Server CE with Entity Framework code-first and ASP.NET MVC 3 and mvc miniprofiler
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[详细]
2023-04-07 12:44 分类:问答Getting a profile report for images and js files
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.[详细]
2023-04-07 04:25 分类:问答Help in figuring out what might be wrong with the mvc-mini-profiler
This is the Method that is being profiled public IList<Product> GetPagedProducts(int page) { const string sql = @\"[详细]
2023-04-05 05:06 分类:问答Miniprofiler 1.9.1 throws Unable to determine the provider name for connection of type 'System.Data.SqlClient.SqlConnection' with EF Code First
I know I am probably being a bit thick however...... Created a new MVC3 test application using EF code first.[详细]
2023-04-03 11:16 分类:问答