[Mono-aspnet-list] Web.config transformations
Christopher Thielen
cthielen at gmail.com
Wed Jun 22 17:50:54 EDT 2011
Hello,
I'm not sure if this is a Mono/MonoDevelop question or general ASP.NET question, but either way, somebody here should know!
I'd like to use Web.config transformations to avoid storing sensitive data in public repositories.
I have a standard Web.config: https://github.com/cthielen/RightsManagement/blob/master/RightsManagement.UI/Web.config - as you can see, I've left the connection strings empty.
and a Web.Debug.config, which I'm trying to use to test transformations: https://github.com/cthielen/RightsManagement/blob/master/RightsManagement.UI/Web.Debug.config
But they are not applying. I tried putting blatantly bad XML in Web.Debug.config to see if it's being parsed, and no error is thrown.
Any ideas?
(Mono 2.10.1 on Mac (2.10.2 as a MySQL connector bug), MonoDevelop 2.6 beta 3)
Thanks,
Christopher Thielen
More information about the Mono-aspnet-list
mailing list