Encrypt Configuration Information
Here’s the article from Scott Mitchell’s 4GuysFromRolla. Encrypting Configuration Information in ASP.NET 2.0 Applications Encrypting Connection Strings in Web.config By Bryan Xu
Here’s the article from Scott Mitchell’s 4GuysFromRolla. Encrypting Configuration Information in ASP.NET 2.0 Applications Encrypting Connection Strings in Web.config By Bryan Xu
This is from a post called ASP.NET AJAX Best Priactices on CodeProject, but after reading it I’ve rather call it as titled. Here is the general summary on this very very nice article: Use “var” whenever a variable is to be declared Reduce scopes (Try avoiding nesting, functions or loops) Use less DOM element concatenation … Continued
General knowledge: MSDN Security Developer Center ASP.NET 2.0 Security Guildlines ASP.NET Membership, Roles, Forms Authentication, and Security Resources ASP.NET Authentication ASP.NET Authorization System.Web.Security Namespace Membership: Introduction to Membership MSDN – Membership Class MSDN – MembershipUser Class MSDN – MembershipUserCollection Class By Bryan Xu
There are so much information on ASP.NET Membership/Roles/Login/Profile, as you might have noticed the number of posts I gathered under the “Membership” category. Our of everything, Microsoft’s official Security tutorials would be the place I choose to start, and more of these tutorials are still actively being added. Security Basics and ASP.NET Support An overview … Continued
From Mr. Matt Berseth’s blog… everything you need to know… The Ever-Useful $get and $find ASP.NET AJAX Shortcut Functions By Bryan Xu