Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 TFS 上的用户身份验证创建了一个 Web 应用程序。我使用这段代码
var tfs = new TeamFoundationServer(server uri, new NetworkCredential("", ""), new UICredentialsProvider()); tfs.EnsureAuthenticated();
它应该带来一个新的 Windows 登录窗口。在视觉工作室上工作正常,但当我把它放在 IIS 中时,什么也没有发生。
有人知道吗?
经过大量研究,我终于直接从微软得到了答案。我发布它是为了帮助下一个尝试同样事情的可怜人。
http://social.msdn.microsoft.com/Forums/en-US/tfsgeneral/thread/a2e82d36-cfa0-4c45-8710-2cfe30ba1bb9/#b39bc3f6-4740-4cad-8341-fae4b0fbda43