Securing ASP.NET Web applications – Beginner’s article
November 5, 2009 by Nauman · Leave a Comment
Want to secure a web application. A very good article relating to ASP.NET web application security hacks, and prevention techniques are defined at a beginner level. A good article for beginners, those who want to secure their applications. Article Here
Configuring SSL for a website on IIS
November 5, 2009 by Nauman · Leave a Comment
To remove the issue of sending/receiving data on http, SSL (Secure Sockets Layer) is used to encrypt data for transmission. In order to implement SSL successfully on your IIS, you need to get a Server Certificate. Server Certificates can be obtained from a trusted 3rd party CA such as VeriSign or Thawte. Steps for Configuring [...]
SQL Server permissions
November 1, 2009 by Nauman · Leave a Comment
Permissions on data are one of the most critical aspects of database administration. If you’re too strict as a database administrator then your users will not be able to do their jobs. If you’re not lenient, then data can be compromised or even leaked. It is a very fine balance to control. The ability to [...]