I am able to login on local system as well in local IIS but everything is same is not working when published my code on windows server.
On which account that I have set on server has access on tfs but still I am facing the same issue TF30063: You are not authorized to access
Is there any configuration or port needs to open on window server to connect with azure dev oops account
Note: I am trying to authenticate azure account using c# code TeamProjectCollection.EnsureAuthenticated();
code is working on Local but not on window server
Please suggest..