We have a bunch of websites/applications with debug="true" in their web.config files.
We want to override this at a server level with retail="true", as described here
However, these sites still respond to the http DEBUG verb with a 200, which is at least one difference.
I would like to know if this is the only one or if there are other (perhaps more insecure) implications of relying on retail="true"
There is some similar question here, but no clear answer to the question I am asking.