MiniProfiler卸载错误

时间:2012-07-18 10:49:52

标签: mvc-mini-profiler

我无法从我的项目中卸载MiniProfiler。它总是给我这个错误消息'Microsoft JScript运行时错误:'MiniProfiler'未定义'并将动态JavaScript代码插入到我的html页面中。当我按下浏览器的后退按钮时,它在IE9上。

请帮忙。

1 个答案:

答案 0 :(得分:0)

如果您将以下代码行添加到web.config文件中,则应该排除问题:

  <system.webServer>
    ...
    <handlers>
      <add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" 
         type="System.Web.Routing.UrlRoutingModule"
         resourceType="Unspecified" 
         preCondition="integratedMode" />
  </handlers>
  </system.webServer>

使用 MiniProfiler MVC 4 应用程序时,我注意到完全相同的错误。这为我修好了。有关更多信息,请查看 MiniProfiler 论坛:

http://community.miniprofiler.com/permalinks/113/microsoft-jscript-runtime-error-miniprofiler-is-undefined