4

Hello I just installed TFS2010 Beta 2 and Im getting that error when I tryed to connect via remote TeamPrise - Eclipse Plugin, people says me that this problem come with the configuration of the TFS so I want to know what I do wrong if I can connect local but not from a remote client.

When I browse the url provided on the TFS Server, I get the same error 404,

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

1 回答 1

8

查看 Martin Woodward 的博文 Connecting to TFS 2010 Beta 2 with Teamprise。TFS 2010 引入了“项目集合”的概念,默认安装在“/tfs”虚拟目录中。这两个变化意味着连接 URL 的形式为:

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

除非您以其他方式配置了服务器,否则您的团队项目可能位于默认项目集合中(名为“DefaultCollection”)。

于 2010-01-14T02:15:37.547 回答