I faced the same issue in my development environment, but I did not encounter this issue in my production environment. I got around this problem (I don’t consider my approach a good solution) by modifying the Web.Debug.config and Web.Release.config as follow: I replaced: </configSections> <connectionStrings...