The words "configProtectionProvider" and "EncryptedData" are underlined with the wavy blue line. And the error shown when mouse hovering over it is: "The 'configProtectionProvider' attribute is not allowed.".
I encripted this using the well-publicized command line: aspnet_regiis.exe -pef "connectionStrings" "C:\..myAppPath"
I've searched and searched and I'm clueless on how to fix this.
TennChris
Member
3 Points
2 Posts
configProtectionProvider not allowed in <connectionStrings> in Web.config
Feb 20, 2012 08:01 PM|LINK
Greetings,
I am using Visual Studio 2010, .NET 4.0.
I have just encripted my connectionStrings and the first few lines are:
<connectionStrings configProtectionProvider="RsaProtectedConfigurationProvider">
<EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element"
The words "configProtectionProvider" and "EncryptedData" are underlined with the wavy blue line. And the error shown when mouse hovering over it is: "The 'configProtectionProvider' attribute is not allowed.".
I encripted this using the well-publicized command line: aspnet_regiis.exe -pef "connectionStrings" "C:\..myAppPath"
I've searched and searched and I'm clueless on how to fix this.
TIA,
Chris