I have a web app made in .NET, and when I deploy in the Domain Pool, I can login (against AD, not Azure).
But if I do it from localhost (development machine) it tells me the following.
Authenticating error. Error obtaining group names. The specified domain does not exist or could not be contacted.
Is there something I'm doing wrong? I read that it could be port 389, which would have to open, is that so?
Regards, Christian