Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Encrypt

Reply
Thread Tools

Encrypt

 
 
BigSam
Guest
Posts: n/a
 
      09-03-2007
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
 
Reply With Quote
 
 
 
 
Dominick Baier
Guest
Posts: n/a
 
      09-04-2007
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
>



 
Reply With Quote
 
 
 
 
BigSam
Guest
Posts: n/a
 
      09-06-2007
Got it.

Thanks.

"Dominick Baier" wrote:

> 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
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypt/Decrypt a structured file kevininstructor@state.or.us ASP .Net 1 09-25-2004 05:25 AM
828 - "ppp encrypt" command doesn't work John Rennie Cisco 0 04-27-2004 04:44 PM
Encrypt line pwd Warrick FitzGerald Cisco 1 12-22-2003 01:34 PM
Encrypt in Perl, De-encrypt in Javascript http://ejobseek.com Perl Misc 3 09-01-2003 07:34 PM
Encrypt string for POSTing Markus Stehle ASP .Net 2 07-06-2003 03:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57