I have a login page that references a Database to allow/deny users to my Website. I would like to keep track of when and who logs into my site. Is there a way to write to a text file on my web server. I was able to do this with classic ASP, but I have tried the same code and as expected it did not work.

Any suggestions?