Ale, music and enjoying life.
For MVC 5 you’ll need the following: <configuration> <system.web> <globalization uiCulture=”en-GB” culture=”en-GB” /> </system.web> </configuration> http://stackoverflow.com/questions/28430862/configuring-azure-web-and-sql-uk-culture
Connection string data should always be removed of obfuscated in source control. There are many approaches to accommodating this. Scott Hanselmann has a great post on this. Azure makes this even easier if you’re hosting a web app that’s referencing a database somewhere. To…