I'm trying to make the web config transformation to work properly but with no success.
I have a folder in my web app containing the following:
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<allow roles="ADMINISTRATORS"/>
<allow roles="OPERATOR"/>
<deny users="?"/>
</authorization>
</system.web>
</configuration>
I created the transform files and I moved section in the Release transform version. Unfortunately this is not working. If the configuration is set to Debug I do not want to have that section in my web config, else I would need to have.
Any suggestions on how to make it work?
Thanks for the links, I saw them already before, but never stop to read everything.
The solution is simple (to be set in: