Skip to main content

Checkup Documentation

Run all managed modules for all requests

severity-medium code-web-config-modules-runAllManagedModulesForAllRequests

Summary

In the web.config, in the modules section, there is an option for runAllManagedModulesForAllRequests. This tells IIS to pass all requests down to Kentico. The runAllManagedModulesForAllRequests attribute should be set to true if you are using any of these features:

If you are NOT using any of these features, simply turn this check off.


Check Logic

Constant Care for Kentico will ensure the runAllManagedModulesForAllRequests attribute in the web.config is true (default)

You can manage your settings for this checkup in the Constant Care for Kentico admin settings.


Resolution

Update your web.config file to look like this:
<system.webServer>
...
    <modules runAllManagedModulesForAllRequests="true"></modules>
...
</system.webSever>

Not sure what to do?

If you are ever unsure about making changes to your site, we encourage you to reach out to your Kentico Xperience Gold Partner. If you do not have a partner, then feel free contact the Constant Care For Kentico team to get connected with an expert.