Sto usando MiniProfiler per profilare la mia applicazione Webform ASP.NET 4. In localhost funziona benissimo, ma quando schiero a IIS7 Ricevo il seguente errore:Errore con MiniProfiler: System.Web.Routing.UrlRoutingModule non implementa IHttpHandlerFactory
System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory or IHttpHandler
Questa è la linea web.config che mi dà l'errore
<system.webServer>
<handlers>
<add name="MiniProfiler" path="mini-profiler-resources" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
Ti hai qualche idea di cosa dovrei fare in questa situazione?
sto ottenendo lo stesso errore esattamente, ma sto correndo sotto IIS6 –
io capisco lo stesso errore del server in Visual Studio Cassini. Nessuna idea per risolverlo –
Puoi rivedere il tuo percorso per vedere se ha qualche punto (.). Il seguente percorso non funzionerà: http: // localhost:/MyApplication.Admin. –