IISReset with ASP
Hi everyone,
I need to reset the IIS through an ASP page, but it doesn't work. I am using
Server.CreateObject("WSCript.Shell").Run "cmd.exe /c iisreset /restart"
then I am calling the same page by
server.transfer "http://sfindiase10/TrackWeb/TrackWeb.asp"
but this does not work..
Pls can anyone help
|