Encrypted Connection String in Web.Config
870268Jun 21 2011 — edited Jun 21 2011Hi There,
I'm using EF beta (2.112.2.30) for my data access in a web project and my connection string are encrypted using "RsaProtectedConfigurationProvider". The problem is when I run the application it throws an exception that says;
"The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid"
Is this a known issue? Can't we use encrypted connection strings with Oracle EF Provider?
Rgds,
JK