London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Disabling runAllManagedModulesForAllRequests

Vote:
 

Hi,

Running all modules for all request is considering a bad practice ()

Is it possible to configure Episerver to run without it?

More info here:

http://www.britishdeveloper.co.uk/2010/06/dont-use-modules-runallmanagedmodulesfo.html

#149870
Jun 09, 2016 12:23
tss
Vote:
 

Its a really old post from the days where running the Integrated AppPool wasn't the norm,

most none native modules are registered with the preCondition="managedHandler" so they will only be executed if the request handler is written in managed code,

so the performance hit you get from running with runAllManagedModulesForAllRequests="true" isn't that big.

#149986
Jun 10, 2016 14:04
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.