小编Nhí*_*Báo的帖子

MiniProfiler出错:System.Web.Routing.UrlRoutingModule没有实现IHttpHandlerFactory

我正在使用MiniProfiler来配置我的ASP.NET 4 Webform应用程序.在localhost它工作正常,但当我部署到IIS7时,我收到以下错误:

System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory or IHttpHandler
Run Code Online (Sandbox Code Playgroud)

这是给我错误的web.config行

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

你知道在这种情况下我该怎么办?

asp.net iis-7 webforms mvc-mini-profiler

6
推荐指数
1
解决办法
2136
查看次数

是KnockoutJS SEO友好

我的问题很简单:KnockoutJS SEO友好吗?我有一个网站,并密集使用Knockout数据模板,但我怀疑谷歌爬虫是否会发现我的网站,因为页面是一大堆模板,没有真正的HTML标记存在.我怎么能改善这个?使用RSS?

javascript seo knockout.js

6
推荐指数
1
解决办法
4698
查看次数