I am using .Net 4.5, VS2012, EF 6.0
I have the following web.config files in a wcf service solution:
web.config
web.DEV.config
web.Test.Config
web.UAT.config
web.Prod.config
The last 4 are web.config transformation files.
I know I can use aspnet_regiis -pef to encrypt the web.config and it works just fine.
How will I encrypt the transformation files?