IIS Server
March 24, 2010
Leave a comment
Sometimes you have to work on different server at a time. For say, now i am working on IIS server and Xxamp server. So either one of them will work. So my article is for those who face this kind of problem.
Running/stoping Xaamp is very easy. So i will not focus on that. I will go for IIS.
Starting / Stoping IIS
step 1 Go to Run and type cmd
step 2 In the command window type iisreset /stop and press Enter Thats it
Just like the following figure
you can start IIS in the same manner. just type iisreset / start
