代码之家  ›  专栏  ›  技术社区  ›  Jonathan Escobedo

tfs-http://localhost:8080/service/v1.0/registration.asmx失败

  •  4
  • Jonathan Escobedo  · 技术社区  · 15 年前

    你好,我刚刚安装了TFS2010测试版2,当我试图通过远程teamprise-eclipse插件连接时,我得到了这个错误,人们说这个问题是由于TFS的配置引起的,所以我想知道如果我可以连接本地而不是从远程客户端,我会怎么做。

    当我浏览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 
    

    谢谢

    1 回复  |  直到 15 年前
        1
  •  8
  •   Shaw Terwilliger    15 年前

    看看马丁·伍德沃德的博客 Connecting to TFS 2010 Beta 2 with Teamprise . TFS 2010引入了“项目集合”的概念,并默认在“/tfs”虚拟目录中安装。这两个更改意味着连接URL的形式为:

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

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

    推荐文章