1

I'm new to MiniProfiler and trying to get it working on a legacy codebase.

mmooney's fork uses .NET35 but runs under .NET4 on IIS.

I get nothing displayed from MP:

enter image description here No sure what this 404 actually means.

If I change to .NET4 and Integrated Managed Pipeline it will work.

Have tried different web.config settings including

  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true"/>
    <!--<handlers>
      <add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
    </handlers>-->
  </system.webServer>
Dave Mateer
  • 6,588
  • 15
  • 76
  • 125
  • Am trying a different tactic now of running the app under .NET4 and Managed Pipeline: Integrated. So, on the shiny happy path for Miniprofiler and it is working now. – Dave Mateer Feb 25 '14 at 15:32
  • I couldn't get it work in ASP.NET either and had to give up :( – Matthew Lock May 01 '14 at 07:43

0 Answers0