None
EN
Reading ASP secrets for $17,000
[]
Blog | Sam Curry
< configuration > < appSettings > < add key = "webpages:Version" value = "3.0.0.0" /> < add key = "webpages:Enabled" value = "false" /> < add key = "ClientValidationEnabled" value = "true" /> < add key = "UnobtrusiveJavaScriptEnabled" value = "true" /> < add key = "PodioClientId" value = "" /> < add key = "PodioClientSecret" value = "" /> < add key = "AppId" value = "" /> < add key = "SpaceId" value = "" /> </ appSettings > < connectionStrings > < remove name = "umbracoDbDSN" /> < add name = "PodioAspnetSampleDb" connectionString = "server=WSA07;database=PodioAspnetSampleDb;user id=sa;password=pass" providerName = "System.Data.SqlClient" /> </ connectionStrings > < system.web > < compilation debug = "true" targetFramework = "4.5" /> < httpRuntime targetFramework = "4.5" /> </ system.web >…