When you upgrade a server with IIS installed to Windows Server 2003 with IIS 6.0, you may receive the following warning messages:
The following items are not compatible with Windows. If you continue, you may not be able to use these items, even after Setup is complete.
| • |
IIS World Wide Web Publishing Service (W3SVC) will be disabled during upgrade.
|
| • |
IIS is being installed on a FAT volume. This will disable IIS security features.
|
The first message occurs when you upgrade a server without previously running the IIS Lockdown Tool or configuring the RetainW3SVCStatus registry entry. By default, because of increased security measures, the World Wide Web Publishing Service (WWW service) is not enabled after you upgrade from the Windows 2000 Server family with IIS 5.0 unless you take one of the following actions on a manual or unattended upgrade:
| • |
Run the IIS Lockdown Tool on the computer that is running Windows 2000 Server before you start the upgrade process. The IIS Lockdown Tool reduces the attack surface of your server by disabling unnecessary features, and the tool provides the option to enable and customize features for your site. For more information about the IIS Lockdown Tool, see IIS Lockdown Tool 2.1 .
|
| • |
Add the RetainW3SVCStatus registry entry to the registry prior to upgrading.
|
| • |
Add the ?DisableWebServiceOnUpgrade = False? entry to the [InternetServer] section of an unattended installation script that you plan to run for the upgrade.
|
| • |
Enable the WWW service after the upgrade is completed.
|
Procedures
|
To use regedit.exe to add the RetainW3SVCStatus registry entry to the registry
|
|
regedit
in the Run box, and then click OK.
RetainW3SVCStatus
and then click Enter.
do_not_disable
and then click Enter.
1
and then click Enter.
|
| • |
Click Start, click Run, type
|
|
|
To enable the WWW service after upgrading
|
|
| 1. |
Click Start, click Administrative Tools, and then click Services.
|
| 2. |
Right-click World Wide Web Publishing and then click Properties.
|
| 3. |
Click the General tab, set Startup type to Automatic, and then click Apply.
|
| 4. |
Click Start to start the service, and then click OK after the service has started.
|
|
The second message occurs when the partition on which you are installing IIS 6.0 is formatted as FAT. Installing IIS on a FAT volume disables Windows Server 2003 security features that require the NTFS file system. For example, NTFS supports Active Directory, which is necessary for domains, user accounts, and other important security features. You should convert the partition from FAT to NTFS before continuing the upgrade.