you need to use
system.web/membership
as the section name
-----
Dominick Baier (
http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (
http://www.microsoft.com/mspress/books/9989.asp)
> I'm trying to encrypt the <membership> section in my web.config file.
> I'm
> able to encrypt the <connectionStrings> but not <membership>. It
> doesn;t
> matter if I'm use -pef or -pe I get the same error indication the
> configuration section is not found.
> Rather than -pef "membership" do I need additional qualifiers? What?
> Examples?
> Thanks
>