I have a test project in my appharbor solution which uses the connectionstring located in the app.config of the test project.
before appharbor builds the project shouldn’t it change the connectionstring in the app.config just like it changes the connectionstring in the Web project?
the connectionstring name is the same in both files.
Thanks
The connectionstring is only inserted when your code is deployed. In general, you shouldn’t hit your database or do other external I/O during unit testing.