Welcome to Sign in | Join | Help
in
Home Forums Photos Downloads

Browse by Tags

All Tags » encrypt
  • Re: Encrypt a Connection String

    ::raises hand:: I do this on my site -- you can also encrypt sql connections!  (REALLY GOOD IDEA)  create a button and make this its event protected void Button1_Click(object sender, EventArgs e) { ProtectSection("connectionStrings", "DataProtectionConfigurationProvider"); } to unencrypt... protected void ...
    Posted to SQL 2005 (Forum) by RileyTech.net on October 23, 2006
Powered by Community Server, by Telligent Systems