Passthrough (impersonation) authentication with ASP.NET and TFS api
I’m trying to enable passthrough or impersonation authentication inside an ASP.NET website that uses the TFS2010 API.
I’m trying to enable passthrough or impersonation authentication inside an ASP.NET website that uses the TFS2010 API.
I have a VS2003 solution with 21 ASP.NET 1.1 projects in it. My goal is to eventually migrate them to 2.0 and then 4.0. There are mainly internal admin apps for different departments.
I am facing a strange issue.I want to connect tfs server using tfs api programmitcally.
Even after giving proper authentcaion crediatials it is failing.But if I do it manually by typing tfs server name in browser its got connected.