Restarting IIS using the command-line

You can restart IIS and disable Reliable Restart using the command prompt and Iisreset.exe. See the following command-line usage and parameters. iisreset [computername] /RESTART Stop and then restart all Internet services./START  Start all Internet services./STOP Stop all Internet services./REBOOT  Reboot the computer./REBOOTONERROR   Reboot the computer if an error occurs when starting, stopping, or restarting Internet […]

Setup self-signed certificate on IIS 6

Create a self-signed SSL certificate with SelfSSL from the IIS 6.0 Resource Kit. The IIS 6.0 Resource Kit contains a utility called SelfSSL.exe for quickly and easily creating and installing a self-signed certificate into IIS 6 for Windows 2003 or XP. Download IIS 6.0 Resource Kit Tools Install the resource kit Go to Programs IIS Resources SelfSSL […]