IIS7 Impersonation doesn't work to access TFS repository

后端 未结 3 658
故里飘歌
故里飘歌 2020-12-10 17:04

I\'m trying to build an ASP.NET page that adds a work item in TFS.

I have enabled impersonation and Windows authentication:



        
3条回答
  •  天涯浪人
    2020-12-10 17:27

    Who is the app pool for the IIS app running as? By default, I think it's one of IIUSR accounts and not necessarily a domain account with credentials for the TFS server.

提交回复
热议问题