Sorry, but there are no more tags available to filter with.
  • Windows authentication against GroupShare not working via Studio 2021 API

    For authenticating I tried this one: obj_Project.Credentials.AddCredential(new Uri("http://servername.com), true, "", ""); and this one: obj_Project.Credentials.AddCredential(new Uri("sdltm.http://servername.com), true, "", ""); Windows…