Hi ! I would like to get some log on text file.
Like on my classic asp page when a button is click, I want to record some thing like
"Quote is created on 01/01/2017 12:23" and the file directory is: C:\QA Logs\log.txt
And I want to accumulate so I can check all the records.
How can I do that in classic asp?
I have no idea how it work in classic asp. so simple better :-)
ASPASP.NETVisual Basic Classic
Last Comment
Scott Fell
8/22/2022 - Mon
Big Monty
Here's a pretty straight forward example on how to create a log file. You can change it around to save whatever info you want, but it should at least get you started. If you have any specific questions feel free to ask.
http://www.devasp.com/samples/logfile.asp