We're still using old Classic ASP and are wanting to log whenever a user does something in our application. We'll write a generic subroutine to take in the details we want to log.
Should we log this to say a txt file using FileSystemObject or log it to a MSSQL database?
If the database, should we add a new table to the one existing database or should we use a separate database?