volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Disabling runAllManagedModulesForAllRequests

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

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.