The port assignment does not match the default configuration

The information in this article applies to:

  • Visual Studio Team Foundation Server 2010

  • Windows Server 2003 and Windows Server 2008 

  • SQL Server 2008

  • Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007

  • Servers that host the application tier and SharePoint Products

  • Team Foundation Server Complete Health check

The Best Practices Analyzer tool for Team Foundation Server queries the metabase for Internet Information Services (IIS) to determine the port assignments for the Web sites on which Team Foundation relies.

A warning appears if the port assignments do not match the following default assignments.

Web site

Port

Default Web Site

80

Team Foundation Server 

8080

Note

You do not need to resolve this issue. Before you make any changes, you should determine why the assignments changed. Organizations frequently change port assignments to match their infrastructure requirements or security policies.

To resolve the issue, log on to the application-tier server, and change the port assignment to the one that the warning specifies.

Required Permissions

To perform these procedures, you must be a member of the Administrators security group on the server to which the error message refers.

To change the port assignment for a Web site in IIS 6.0

  1. Log on to the server to which the error message refers.

  2. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.

  3. In the tree pane, expand the local computer, and expand Web Sites.

  4. Right-click the Web site that the warning message specifies (for example, Default Web Site), and click Properties.

  5. On the Web Site tab, change the TCP Port value to its default assignment listed earlier in this topic.

  6. Click Apply to confirm the change, and then click OK.

To change the port assignment for a Web site in IIS 7.0

  1. Log on to the server to which the error message refers.

  2. Click Start, point to Administrative Tools, right-click Internet Information Services (IIS) Manager, and then click Run as administrator.

  3. In the Connections pane, expand the local computer, and expand Web Sites.

  4. Click the Web site that the warning message specifies (for example, Default Web Site).

  5. In the Actions pane, click Bindings.

  6. In the Site Bindings dialog box, click Edit to change the Port value to its default assignment.

  7. Click OK to confirm the change, and then click Close.

See Also

Tasks

Incorrect or unexpected server bindings are set

Other Resources

Issues That Relate to the Application Tier for Team Foundation