RE: user/password for ActiveDirectoryMembershipProvider
- From: lukezhan@xxxxxxxxxxxxxxxxxxxx (Luke Zhang [MSFT])
- Date: Wed, 08 Mar 2006 01:49:16 GMT
Hello,
I think all these questions can be answered with one factor: In ASP.NET,
the connectionstrings section, in web.config, can be encrypted. ASP.NET
version 2.0 introduces protected configuration to enable you to encrypt
sections of your configuration files by using either DPAPI or RSA
encryption. This is particularly useful for encrypting connection strings
and account credentials.
How To: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html
/paght000006.asp
How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html
/paght000005.asp
Hope this help,
Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Prev by Date: Re: Relationship between IIS security and .NET AuthenticationManager
- Next by Date: Re: Can't get ActiveDirectoryMembershipProvider to work
- Previous by thread: How do I display the name of the user who logged into site?
- Next by thread: RE: user/password for ActiveDirectoryMembershipProvider
- Index(es):
Relevant Pages
|