I have a computer A which hosts different kind of things:
- A website (is developped using
C#
andASP.Net
) - Applications
Our customers have access to the website and sometimes, they will want to reboot the computer A (knowing that it will cut the website during the reboot).
My question is simple : does it exist a way of :
- Rebooting a computer by simply clicking a button on an
ASP.Net
page ? How would I manage to do so ? - The same way, is it possible to execute some batch script (executes on the Computer A) when clicking on a button on an
ASP.Net
page ?
Thanks for your help!