Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alexandre Locas 52 posts 219 karma points
    Feb 14, 2022 @ 13:12
    Alexandre Locas
    0

    Using Active Directory Password in connection string

    Hi, I am trying to use a Active Directory Password in my connection string :

    Ex:

    Server=xxx;Initial Catalog=xxx;Persist Security Info=False;User ID=xxx;Password=xxx;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password"
    

    But this exception is raised :

    ArgumentException : Format of the initialization string does not conform to specification starting at index 273.
    

    Does Umbraco 9 support the Active Directory Password in connection strings (this used to work in v8) ?

    Thank you

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies