Multiple Connection Strings
I have a single SQL Server database, but I have 2 connection strings. One string is for the ASP.Net membership stuff and the other is an Entity Framework string. I noticed that the allocation of databases is based on a single connection string. Will my app work if it's based only on one of the strings?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by friism on 04 Aug, 2011 03:59 PM
The connectionstrings we insert are currently not compatible with Entity Framework so the connectionstring replacement will not be useful for your case. Instead, you can hardcode the two connectionsstrings in your web.config, or use web.config transformations to have them replaced on deploy.
friism closed this discussion on 04 Aug, 2011 03:59 PM.
donniefitz2 re-opened this discussion on 04 Aug, 2011 04:00 PM
3 Posted by donniefitz2 on 04 Aug, 2011 04:00 PM
I see. Thanks.
friism closed this discussion on 04 Aug, 2011 04:37 PM.