I'm new to MiniProfiler and trying to get it working on a legacy codebase.
- NET35 WebForms project
- using https://github.com/mmooney/MiniProfiler
- Running on IIS8 .NET2 Managed Pipline: Classic
mmooney's fork uses .NET35 but runs under .NET4 on IIS.
I get nothing displayed from MP:
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>