visual studio 2010 - Can't access tfs server using vs2010, 404 error returns -
visual studio 2010 - Can't access tfs server using vs2010, 404 error returns -
i using vs2010 , tfs2010 work. can't access server while colleagues can. when tried access server http://mytfs:8080/, responses: balbla , 3 possible reasons , "the remote server returned error: (404) not found."
i checked client settings , compare colleagues, nil different. no tfs proxy, default ie proxy setting. no path is set. no stored credentials in scheme business relationship management (windows xp), same dns/host setting.
besides, can telnet server port 8080 using command window. can browse http://mytfs:8090/ using domain business relationship in web browser. moreover, admin tells me due tfs server's log, has received post request , responsed 200 ok. tried alter mytfs ip address still got 404 response.
i googled problem , found much this , patch cannot installed(is says update not appply or blocked condition). can help? lot.
i find problem. because tfs utilize cache connect old server ntlm authrization, shut down.
i utilize fiddler monitor happens when connect tfs server. first post info http://mytfs:8080/teamfoundation/administration/v3.0/locationservice.asmx , got 401 response, , go http://oldtfs:8080/services/v1.0/groupsecurityservice.asmx, responses 502, http://mytfs:8080/teamfoundation/administration/v3.0/locationservice.asmx responses 404 (which odd reponse).
so there must config keeps old server's authorize information. after checking host files , register entires. think may tfs client caches authorize url. removed c:\documents , settings\myaccount\local settings\application data\microsoft\team foundation\3.0\cache, restart vs2010, can connect.
hope can help same problem.
visual-studio-2010 tfs
Comments
Post a Comment