I created a wcf rest service and added a entity Framework database, having issues doing unit testing some of the methods. I get error asserting the connection string is not there or invalid. I am using the actual database for testing. Firstly, i copied in the web.config file into the test project, is there any thing else i need to do, such as editing this config file
I created a wcf rest service and added a entity Framework database, having issues
Share
Assuming your test project is not a web project, remember to rename the config file to app.config