Hey guys. I've written a ASP intranet application that involves user administration. However, this system has to be hooked up with a 3rd party system, and it's done through text files.
E.G. if a admin wants to add a user:
a) I've written code for it to update the local database
b) the actual system (the network database, 3rd party) needs to be updated and that's through text files.
Basically, I need to create a textfile with pre-determined formatting and then put it in a local directory on the user machine. The user is then responsible for logging in and uploading the file.
My question is:
Can I and how do I create a file and folder on the local machine through ASP and then write to the .txt file?
Thanks,
~M
E.G. if a admin wants to add a user:
a) I've written code for it to update the local database
b) the actual system (the network database, 3rd party) needs to be updated and that's through text files.
Basically, I need to create a textfile with pre-determined formatting and then put it in a local directory on the user machine. The user is then responsible for logging in and uploading the file.
My question is:
Can I and how do I create a file and folder on the local machine through ASP and then write to the .txt file?
Thanks,
~M
