Estoy usando MiniProfiler para perfilar mi aplicación ASP.NET 4 Webform. En localhost funciona bien, pero cuando despliego a iis7 recibo el siguiente error:Obteniendo un error con MiniProfiler: System.Web.Routing.UrlRoutingModule no implementa IHttpHandlerFactory
System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory or IHttpHandler
Se trata de las líneas web.config que me da el error
<system.webServer>
<handlers>
<add name="MiniProfiler" path="mini-profiler-resources" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
¿Te ¿Tienes alguna idea de qué debería hacer en esta situación?
estoy recibiendo exactamente el mismo error, pero estoy corriendo bajo IIS6 –
me pongo el mismo error en el servidor de Visual Studio Cassini. No tengo idea para arreglarlo –
Puedes revisar tu ruta para ver si tiene algún punto (.). La siguiente ruta no funcionará: http: // localhost:/MyApplication.Admin. –