I use entity framework 6 and try to overwrite the connection string factory....I've written the following connection factory:...internal class MyDBConnectionFactory : IDbConnectionFactory
{
public System.Data.Common.DbConnection CreateConnection(strin...