IIS 6.0: Web Site Identification Numbers Are Not Incremental (332122)
The information in this article applies to:
- Microsoft Internet Information Services version 6.0
This article was previously published under Q332122 IMPORTANT: This article contains information about modifying the registry.
Before you modify the registry, make sure to back it up and make sure that you
understand how to restore the registry if a problem occurs. For information
about how to back up, restore, and edit the registry, click the following
article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMSWhen you create a new Web site through the Internet Services
Manager (ISM) in Internet Information Services (IIS) 6.0, an identification
number for that site is automatically generated and stored in the metabase. The
number is based on the name of the Web site. In earlier versions, the Web site
identification numbers are incremental.CAUSE The new design ensures that all IIS 6.0 servers in a Web
farm have a good chance of generating the same site identification numbers for
sites with the same name.RESOLUTIONWARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.
If you have administration scripts that depend on
incremental site identification numbers, you can force IIS 6.0 to use
incremental numbers by adding a registry key. To do this:
- Click Start, click Run.
In the Open box, type regedit, and then
click OK.
- In Registry Editor, locate the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetMgr\Parameters
- Click the Parameters key. On the
Edit menu, click New Dword Value.
- Type IncrementalSiteIDCreation for
the name.
- Double-click the name of the new value.
- Change Value Data to 1, and then click
OK.
- To enable the change, restart the IIS services.
Note When you remotely administer another IIS server, the value of the
registry key of the local server is used to determine how the site
identification number is generated on the remote server.
Modification Type: | Major | Last Reviewed: | 4/14/2003 |
---|
Keywords: | kbpending kbprb KB332122 |
---|
|