[SOLVED] Publish is not transforming web.config?

Issue I made a web.config (full file, it doesn’t show XML errors) <?xml version=”1.0″?> <configuration xmlns=”http://schemas.microsoft.com/.NetConfiguration/v2.0″> <configSections> … <location path=”.” inheritInChildApplications=”false”> <connectionStrings> <add name=”ElmahLog” connectionString=”data source=~/App_Data/Error.db” /> <add name=”database” connectionString=”w” providerName=”System.Data.EntityClient”/> </connectionStrings> </location> … with a transform file (web.Staging.config) <?xml

Continue reading