[2003-08-29] Using ASP.NET to Make a Secure Site and Move Login Processing Out of the Page
A lot of us are tasked everyday to come up with ways of making our site, and other sites secure. Well if you're anything like me you don't want to have to rewrite login code 20 times a day. I'm going to show you how to make a secure site and have the login processing in a separate class. Let's get started.

[2003-08-13] Adding and displaying data easily via ASP and XML/XSL
Storing and displaying data is a common and essential task, if you are working with Applications. It doesn't matter whether you are working with desktop Applications or WebApplications.

[2003-08-05] Creating PGP-Encrypted E-Mails Using ASP
The Concept of PGP For PGP-based communication both the sender and receiver should have public and private key pairs. The sender's public key should be distributed to the receiver. Similarly, the receiver's public key should be distributed to the sender. When sending a message or a file, the sender can sign using his private key. Also, the sender's private key is never distributed.