No connection string could be found in the application config file (But it Does Exist)
问题 I have a web API project I published to IIS and it complains there is no connection string with a specific name in my config file. I verified there is an entry in my web.config file of the web API project so it must not be picking it up. I was able to run this same web.config file locally using Visual Studio 2013. I am well aware the referenced start up project must have the connection string and that is the case for me. I verified my web API project has the connection string below (same one