How can restart IIS on a remote machine?
IIS
I know the IP address and administrator user\'s user name and password information.
I am using C#
C#
Simplest will be iisreset
iisreset
Run command prompt as admin and execute the command.
Example : If server name is SRVAPP then command will be iisreset SRVAPP
iisreset SRVAPP