So the problem is, that there is no unified way to get a connectionstring from the domain config. If I use connectionString in my web config, then If I use connectionUrl in my web config, then It would be very useful to populate both properties in both cases |
Sounds reasonable, will do. I've opened the issue Probably, we can populate I commented the issue. there are DbConnectionStringBuilder / SqlConnectionStringBuilder that helps you to parse connection string to make URL That's right |
Probably, we can populate
ConnectionString
byConnectionUrl
, but not vice versa.