I have an asp page, utilizing VBS, that imports a file, reads through it, does some validation and spits out the data to be imported to a database. My question is:
The validation and reading of the file takes too long and causes a connection timeout. I have made the asp page such that all it does is import the file and call a batch file which in turn calls a .vbs to do the validation and import of the data.
How do I transfer control to the batch file so that it is in control, preventing the timeout?
Thanks in advance! ****************
DariceLR
:-{} :-V
****************
The validation and reading of the file takes too long and causes a connection timeout. I have made the asp page such that all it does is import the file and call a batch file which in turn calls a .vbs to do the validation and import of the data.
How do I transfer control to the batch file so that it is in control, preventing the timeout?
Thanks in advance! ****************
DariceLR
:-{} :-V
****************