TFS2010 - Correctly setting up Host Header
Posted
by Keith Barrows
on Server Fault
See other posts from Server Fault
or by Keith Barrows
Published on 2010-05-17T16:47:22Z
Indexed on
2010/05/17
16:51 UTC
Read the original article
Hit count: 369
tfs2010
|hostheaders
We have a TFS2010 install on a Win2008R2 Server running IIS7. I've created a host header for TFS and want to use that instead of machineName:8080. I am getting weird behavior from it now. Every other time I log in I get:
TF31002: Unable to connect to this Team Foundation Server: http://web2/tfs. Team Foundation Server Url: http://web2/tfs. Possible reasons for failure include: - The name, port number, or protocol for the Team Foundation Server is incorrect. - The Team Foundation Server is offline. - The password has expired or is incorrect. Technical information (for administrator): The request failed with HTTP status 404: Not Found.
I force a reconnect and voila - there it is. Also, connecting to the web site rarely works but connecting via VS2010 works 50% of the time.
What do i need to change to stabilize this?
© Server Fault or respective owner