I've noticed that we've got a number of duplicate entries in the httpModules and httpHandlers section of our web.config file.Examples:
<add name="OutputCaching" type="DotNetNuke.Professional.HttpModules.OutputCache.OutputCacheModule, DotNetNuke.Professional" />
And
<add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" />
Is there any reason the duplicate entries shouldn't be deleted?
Cheers Wayne