尝试使用 IIS 和 Google Chrome 使用 mini-profiler 运行我的项目时,我遇到了同样的问题,如Running MiniProfiler with runAllManagedModulesForAllRequests 设置为 false中所述。我没有更改runAllManagedModulesForAllRequests
设置,只是添加了
<handlers>
<add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
到web.config
. 现在,在尝试运行站点后,我收到了jQueryMP is undefined
. 我能做些什么来解决这个问题?
Google Chrome 开发人员工具栏显示 include.js 中发生错误
我有 MiniProfiler v 2.0.2