mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Add URLRoutingModule configuration to "getting started" guide #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The miniprofiler worked fine under the development WebDev server but when I 
deployed to IIS6 I had some problems.  I'm running WebForms and so didn't have 
UrlRoutingModule configured.  To save people time, it's probably worth adding 
mention that you need this:

<httpModules>
   ...
   <add name="UrlRoutingModule" 
     type="System.Web.Routing.UrlRoutingModule, 
     System.Web.Routing, Version=3.5.0.0, 
     Culture=neutral, 
     PublicKeyToken=31BF3856AD364E35"/>
</httpModules>

Original issue reported on code.google.com by scott.stafford on 17 Jun 2011 at 5:46

GoogleCodeExporter commented 8 years ago

Original comment by nrcraver on 20 Jun 2011 at 12:01

GoogleCodeExporter commented 8 years ago

Original comment by nrcraver on 20 Jun 2011 at 12:01

GoogleCodeExporter commented 8 years ago
This is now the first entry in our FAQ section (linked from the home page, we 
may make this more prominent as more are added): 
http://code.google.com/p/mvc-mini-profiler/wiki/FrequentlyAskedQuestions

Original comment by nrcraver on 20 Jun 2011 at 1:17