你好,我刚刚安装了EclipseBeta2,当我尝试通过远程TFS2010插件连接时,我得到了那个错误,人们告诉我这个问题来自于TeamPrise的配置,所以我想知道如果我可以连接本地,但不能从远程客户端连接,我做错了什么。
当我浏览TFS服务器上提供的url时,我得到相同的错误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 谢谢
发布于 2010-01-14 10:15:38
看看Martin Woodward的博客文章Connecting to TFS 2010 Beta 2 with Teamprise。TFS2010引入了“项目集合”的概念,并默认安装在"/tfs“虚拟目录中。这两个更改意味着连接URL的形式为:
http://servername:8080/tfs/<projectCollection>除非您以其他方式配置了服务器,否则团队项目可能位于默认项目集合(名为"DefaultCollection")中。
https://stackoverflow.com/questions/2059312
复制相似问题