TFS - http: // localhost: 8080 / Service / v1.0 / Registration.asmx fail

Hello, I just installed TFS2010 Beta 2, and I get this error when I try to connect via remote TeamPrise - the Eclipse plugin, people say that this problem is related to the TFS configuration, so I want to know what I'm doing wrong if I can Connect locally, but not from a remote client.

When I look at the url provided on the TFS server, I get the same 404 error,

Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /Services/v1.0/Registration.asmx -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.21006; ASP.NET Version:4.0.21006.1 

thanks

+4
source share
1 answer

Take a look at Martin Woodward's blog post Connecting to TFS 2010 Beta with Teamprise . TFS 2010 introduces the concept of "project collections" and is installed by default in the virtual directory "/ tfs". These two changes mean that the connection URL is:

 http://servername:8080/tfs/<projectCollection> 

Unless you configured the server differently, your project projects are likely to be in the default project collection (named "DefaultCollection").

+8
source

All Articles