Reinstalling IIS on WinXP machine
Here is a Microsoft explanation on how to fully remove IIS 5.1 from Windows XP and then reinstall it.
To uninstall:
- Locate the Iis5.log file. Rename it to IIS5_old.log.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type net stop iisadmin /y.
- Stop all services that depend on IIS services. To determine what services depend on IIS services, follow these steps:
- In Task Manager, verify that Inetinfo.exe is not running. Also confirm that no processes that depend on IIS are running.
- Click Start, click Run, type Appwiz.cpl, and then click OK.
- In Control Panel, double-click Add/Remove Programs.
- In the Add/Remove Programs window, click Add/Remove Windows Components.
- In the Components box of the Windows Components Wizard, double-click Application Server.
- Click to clear the Internet Information Services (IIS) check box, and then click OK.
- In the Windows Components Wizard, click Next.
- When the Windows Components Wizard completes the installation, click Finish.
- Restart the computer.
- Click Start, click Run, type Lusrmgr.msc, and then click OK.
- In the Local Users and Groups windows, verify that the IWAM_computername and IUSR_computername account have been deleted.
- Verify that the Inetsrv folder has been deleted. By default, the Inetsrv folder is located in the %Windir%\System32 folder.
I have omitted a few of the notes included with the instruction.
To reinstall:
- Click Start, click Run, type Appwiz.cpl, and then click OK.
- In the Add/Remove Programs window, click Add/Remove Windows Components.
- In the Components box of the Windows Components Wizard, click to select the Internet 4. Information Services (IIS) check box.
- In the Windows Components Wizard, click Next.
- When the Windows Components Wizard completes the installation, click Finish.