TOTAL HITS WITH DATABASEAnother popular web statistic to track is the number of total hits your website receives. There are several ways to accomplish this using a global.asa file, text file, or a database. In this example, we are using an include file to record the data in...
Twelve Steps to Becoming a Component VendorThe component market is just developing and for programmers it presents an excellent opportunity to become a component vendor. Without the hassle of manufacturing, or the resources it takes to develop a complete Windows application, a single...
Use NTFS Security to Protect a Web Page Running on IIS 4.0 or 5.0This is a step-by-step guide to using Windows NTFS security to protect Web pages that are running on Internet Information Server (IIS) version 4.0 or 5.0. To protect your pages, you put the pages in a separate folder and then apply permissions to...
User TrackingThis code used to use the Scripting.Dictionary Object, which was originally listed in the registry as thread-safe. Using old versions of IIS, this code will operate, but under IIS 4.0 with the most recent updates, it would fail because the Dictionary...