ASKER
ASKER
ASKER
Depends upon where you want the file to run and with what permissions?
locally (download or open the batch file from the webpage)
on the vps server, all you need is a button_click event, and in the code behind you call the batch file and it will run in the context of the current app pool identity. This 'user' must have execute permissions on that file.
ASKER
IIS is Internet Information Services, the web server included with Windows Server operating systems. All current versions are built on a modular architecture; modules can be added or removed individually so that those required for specific functionality are installed. The full installation of IIS includes HTTP, security, content, compression, caching, logging and diagnostics.
TRUSTED BY
Does this has to be run at random or do you have time to run this specifically? have you thought of set it up as a schedule?
You can set this as a page on your website and run from there whenever you will.
Do you know how to go about in this in IIS?
Regards