I had the same issue when trying to run my project with mini-profiler using IIS and Google Chrome like described in Running MiniProfiler with runAllManagedModulesForAllRequests set to false. I didn't change runAllManagedModulesForAllRequests
setting, just added
<handlers>
<add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
to web.config
. Now after trying to run site I receive jQueryMP is undefined
. What can I do to fix this?
Google Chrome developer toolbar shows me that error occurs in includes.js
I have MiniProfiler v 2.0.2