aspx thread: Server reboot
Hi all, I'm looking for a way to reboot a server from within an ASP.NET application. Q1. Can this be done without changing the account under which the ASP.NET worker process is launched (processModel of the machine.config file) ? Q2. If there's a class in the CLR that can do this, I don't know what that is. So, I was thinking something along the lines of ExitWindowsEx and AdjustTokenPrivileges API calls. Any other ideas ? Cheers, NTG
|





