I am developing a program where I will save the information from a "Log file" from an external application..
example:
I have a biometrics system that reads and saves the log file to disk,
once the user logs to the system, the system will save the file to a log file after that the system that i will develop will read the data from the "log file"(probably a text file) and send it to sql server
what event should I use?, I heard about Environment Variables and they say that this would help..
any suggestions??