On the Part 1 of this article, I’ve talked about 5 tips to speed up your ASP page. The second part of this article will be much more interesting as I’ll be talking yet another 5 more great tips for your asp needs!
Ever wonder how you could send email from your ASP page? Need to create your own contact form but have no clue how to do it? After reading this tutorial, you will find it quiet easy!

ASP Active Visitors Counter – How many people are accessing your web site at any particular time?
With this script we will be able to know and show in our pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code you must insert in your pages to show the number of active users.

Don’t allow your page to be cached. Why? You might want to prevent users from seeing old content. Another big concern is when someone is filling out forms. You really don’t want the pages cached because if they are, credit card numbers and addresses and all kinds of stuff can be gathered from the cached page.
Here is how ASP do it!