• Auth in Aras 12

    Hello guys We have an mvc C# app and we use IOM to connect to aras. Has anyone tried the "old" way connecting via var conn = IomFactory.CreateWinAuthHttpServerConnection(url, db); and got it successfully working on production environment? It's not…
  • How to reuse Active Directory / LDAP Credentials in Webservice connection?

    Hi, we handle Aras logins via Active directory. A second software shall be connected via Webservice/HttpWebRequest. This software share the same Active Directory Accounts. Regular connection strings in Aras may look somehow like this: string username…