Questions tagged [mvc-mini-profiler]

A simple but effective mini-profiler for ASP.NET, WCF and the .NET platform

A simple but effective mini-profiler for ASP.NET, WCF and the .NET platform. It has been designed to be small and unobtrusive and thus to be suitable for production code profiling. Read the introduction.

Installing the mini-profiler can most easily be done using its NuGet package:

Install-Package MiniProfiler
388 questions
7
votes
2 answers

Getting error with MiniProfiler: System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory

I'm using MiniProfiler to profile my ASP.NET 4 Webform application. In localhost it works fine, but when I deploy to IIS7 I receive the following error: System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory or IHttpHandler This…
Nhím Hổ Báo
  • 572
  • 5
  • 20
7
votes
2 answers

Why does MiniProfiler load jquery-1.7.1 even though I've already loaded that on the page?

I've implemented the StackExchange MiniProfiler on a ASP.NET WebForms page which already references v1.7.1 of jQuery. The jQuery file is hosted locally, so my masterfile looks like this: