I am attempting to run an application in IIS8 that has the following in the config:
its hard to give a specific answer here, but the basics of it are that you need to look at the machine.config for the box you're running on. find the system.webServer
node and look for the 3 tags/attributes its referencing in the error. chances are you'll find something that is marked as not overridable (allowOverride="false"
), but i've not messed with windows 8/server 2012 yet, so i don't know what the machine.config looks like.