I have a subdirectory with a simple web.config
<configuration>
<system.web>
<!--<authorization>
<allow roles="admin"/>
<deny users="*"/>
</authorization>-->
</system.web>
</configuration>
I like to have security turned off in development. I like to do a quick deploy - Alt-B-H
Problem: Can I use my main web.release.config to take off the comments?