posts - 31, comments - 85, trackbacks - 0

My Links

News

Archives

Post Categories

Tips n Tricks

Encrypt / Decrypt Sections of App.Config file in Windows Application
This is just a note to myself on how to Encrypt and Decrypt App.Config (or Web.Config if ASP.NET) in a Windows Application. Encryption: 1. Rename App.Config to Web.Config 2. %windir%\Microsoft.NET\Fram... -pef "connectionStrings" <Full Path to Web.Config> 3. Succeeded! implies Encryption was successful 4. Rename Web.Config to App.Config Descryption: 1. Rename App.Config to Web.Config 2. %windir%\Microsoft.NET\Fram... -pdf "connectionStrings"...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, January 17, 2011 10:44 AM | Feedback (1) | Filed Under [ Tips n Tricks ]

Tips n Tricks - Visual Studio
1. Disable HTML Navigation bar. Tools -> Options -> Text Editor -> HTML -> Unckeck Navigation Bar option 2. Auto insert quotes when typing. Tools -> Options -> Text Editor -> HTML -> Format -> Check "Insert attribute value quotes when typing" 3. Format HTML on paste Tools -> Options -> Text Editor -> HTML -> Miscellaneous -> Format HTML on Paste...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 22, 2009 7:37 AM | Feedback (5) | Filed Under [ Tips n Tricks ]

Powered by: