I am using BundleTransformer
for an ASP.NET MVC website, and everything works fine when I run the web application from Visual Studio (IIS Express), but when I attempt to load it up in a full-fledged IIS, I am getting a peculiar error message that I don't understand.
Config Error
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config Source
I'm really at a loss here, I have no idea what this could possibly mean or what I need to do to fix it. It is like I just cannot have a <handlers>
section in my web.config
.
I've found a lot of answers to questions regarding the 'locking', but that doesn't really seem to be the issue here.