How to configure Visual Studio 2005 Team System Team Foundation Server to use a different port for the default Web site (921311)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Team System Team Foundation:

INTRODUCTION

When you install the application tier in Microsoft Visual Studio 2005 Team System Team Foundation Server, Team Foundation Server is configured to use port 80 for the default Web site. You can use an .ini file to configure Team Foundation Server to use a different port during the installation. This article describes how to configure Team Foundation Server to use a different port for the default Web site.

MORE INFORMATION

To configure Team Foundation Server to use a different port for the default Web site, follow these steps:
  1. Install the prerequisites for Team Foundation Server.
  2. Click Start, click Run, type %SystemRoot%\system32\inetsrv\iis.msc, and then click OK.
  3. In Microsoft Internet Information Services (IIS) Manager, expand the local computer, expand Web Sites, right-click Default Web Site, and then click Properties.
  4. In the TCP port box, type the port number that you want Team Foundation Server to use for the default Web site, and then click OK.
  5. Copy the Msiproperty.ini file from the AT installation folder or from the ATDT installation folder on the source media to a local folder.

    Note Copy the Msiproperty.ini file from the AT installation folder or from the ATDT installation folder, depending on which installation folder you use.
  6. In the Msiproperty.ini file, locate the following line of code.
    VSTF_WSSSQL_PORT=80
    Replace this line of code with the following line of code.
    VSTF_WSSSQL_PORT=<Port Number>
    Note In this line of code, replace <Port Number> with the port number that you typed in step 4.
  7. In the Msiproperty.ini file, locate the following line of code.
    VSTF_ROSETTA_SERVER=[ComputerName]:80
    Replace this line of code with the following line of code.
    VSTF_ROSETTA_SERVER=[ComputerName]:<Port Number>
    Note In this line of code, replace <Port Number> with the port number that you typed in step 4.
  8. At a command prompt, run the following command:

    Drive_Letter:\atdt\setup.exe /INIFILE=<path>\msiproperty.ini

    Note Run the Setup.exe file in the same folder from which you copied the Msiproperty.ini file in step 5.
  9. Complete the installation of Team Foundation Server.

REFERENCES

For more information about Visual Studio 2005 Team System Team Foundation, visit the following Microsoft Developer Network (MSDN) Web site:

Modification Type:MajorLast Reviewed:8/7/2006
Keywords:kbinfo kbhowto KB921311 kbAudITPRO kbAudDeveloper