Here is what I am wanting to do.
I run a repliction software that replicates a Dbase from an AS400 to SQL. Sometimes the connection to the AS400 fails and I recieve a text message on my cell to let me know this. My next step is to start up my vpn and restart the service.
What I have done is create two batch files. One to stop the service and one to start it. What I want to do is call those batch files from an ASP page, have them run on the server, and return results if the stop or start has worked.
This way I can take care of this from any place.
Is this possible?
I am using IIS 6
I run a repliction software that replicates a Dbase from an AS400 to SQL. Sometimes the connection to the AS400 fails and I recieve a text message on my cell to let me know this. My next step is to start up my vpn and restart the service.
What I have done is create two batch files. One to stop the service and one to start it. What I want to do is call those batch files from an ASP page, have them run on the server, and return results if the stop or start has worked.
This way I can take care of this from any place.
Is this possible?
I am using IIS 6