how to start and stop iis server using command prompt in windows

how to start and stop iis server using command prompt | windows
in this article, i will show you how to start and stop iis server using command prompt.

- first of all , open command prompt run as administrator

- start iis services : iisreset /start

- stop iis services : iisreset /stop

- to check status of iis services : iisreset /status


Post a Comment

0 Comments