I want xml transforms to happen on build instead of only publish. 11 January 2013 Donovan-Brown Work (0) Problem: I have xml transforms I want to preform on build not only on publish. I also want an easy way to transform my config files during my team build. Finally I want to use it on app.configs in WPF applications as well. Solution: Use SlowCheetah XML Transforms package. You can inst... [More]
I can't view my localized values of my MVC application 29 September 2012 Donovan-Brown Work (0) Problem: I have changed the language of my browser but I am still only getting me default resources. Solution: Add the following line to your web.config as a child of the system.web element. <globalization enableClientBasedCulture="true" uiCulture="auto" culture="auto"/> ... [More]