Simple Counter 1.0

To use this counter with Cajsoft HttpServer you have to create a file named httpaccessfile.data and set counter.dll to ISAPI. It is also recommended that you make all the .counter files private.
Example httpaccessfile.data:
[FILES]
*.counter=PRIVATE
counter.dll=ISAPI

To call the counter, use this:

http://myhostname/mycounterpath/counter.dll?counternum

If you want to create a counter create an empty file with the name number.counter.

Example:
You've created an empty file called 1234.counter.
You're server is called test and counter is in /counter.
In your browser call: http://test/counter/counter.dll?1234