简体   繁体   中英

Custom TFS Web Application not working on IIS

I have created a web application for user authentication on TFS. I use this piece of code

var tfs = new TeamFoundationServer(server uri, new NetworkCredential("", ""), new UICredentialsProvider());
tfs.EnsureAuthenticated();

and it's supposed to bring a new windows log in window. On visual studio works fine but when I put it in IIS nothing happens.

Does anyone has any idea?

After a lot of research I finally got my answer directly from Microsoft. I post it to help the next poor guy that will try the same thing.

http://social.msdn.microsoft.com/Forums/en-US/tfsgeneral/thread/a2e82d36-cfa0-4c45-8710-2cfe30ba1bb9/#b39bc3f6-4740-4cad-8341-fae4b0fbda43

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM