How to migrate from TFS 2015 to Azure DevOps 2022

Cavalier, Michael CTR (FAA) 0 Reputation points
2023-06-14T12:58:54.4166667+00:00

I have been using TFS 2015 for several years. I recently installed Azure DevOps 2022 on a new server. I am trying to connect from Visual Studio 2015 to Azure DevOps using https.

I cannot add the server. I do not get a prompt for a user name and password, which I expect. The server is not on the same domain as the computer with Visual Studio 2015.

I enter the fully qualified name for the server and select HTTPS. Regardless of what I put in the “Path” text box, I am never asked for a user name and password. I am asked for a user name and password when I attempt to use the (Azure DevOps) website for the server. I think that the user name/password authentication is the issue, but I am not sure. I know only that I cannot connect using HTTPS to the server on a different domain.

How can I connect from Visual Studio 2015 to Azure DevOps on a different domain using https?

Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
    2023-06-19T08:33:29.9966667+00:00

    Hi @Cavalier, Michael CTR (FAA),

    Thanks for your reply.

    Please try to configure .NET Framework to support strong cryptography to use TLS 1.2 and check if it works.

    Press Windows key + R > type regedit > navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319 > add a new registry entry and name it SchUseStrongCrypto > set its type to DWord > set its value = 1

    See this document: Configure for strong cryptography for details.

    Feel free to let us know the results.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.