Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<connectionStrings>
  <add name="MySQLDB" connectionString="Data Source=(local);Initial
    Catalog=AutoDeploy;User ID=development_user;Password=password"/>
</connectionStrings>

 


Now that we have defined a connectionString that points to our local db, lets add a connectionString transform to our Web.Production.config. The entire Web.Production.config file should look like this:

...