Override single attribute in machine.config
- by Steffen
I was wondering if it's possible to override just an attribute of a tag in machine.config ?
More exactly I want to set the domain attribute of in machine.config, as it differs from my production server and my development server.
I tried just adding the tag to machine.config, but alas it doesn't seem to have an effect.
in machine.config I added:
<authentication>
<forms domain=".foo.com" />
</authenticaion>