Is there any way to restart an NT service through an asp.net web page? The service will be on the same server as the web page.
I have written a vb.net application which basically polls a folder for excel spreadsheets and then executes stored procedures to import the data from these spreadsheets into an sql database. However, I have a problem in which I have built a function into a web interface to change the polling interval, but for the application to pick this change up, the service would need to be restarted.
I have written a vb.net application which basically polls a folder for excel spreadsheets and then executes stored procedures to import the data from these spreadsheets into an sql database. However, I have a problem in which I have built a function into a web interface to change the polling interval, but for the application to pick this change up, the service would need to be restarted.