I was given a computer in which a virtual machine is running and has an Active Directory Server. I'm connected from my computer to this one through a switch.
I've read some guides such as:https://serverfault.com/questions/130543/how-can-i-figure-out-my-ldap-connection-string and http://www.schiffhauer.com/mvc-5-and-active-directory-authentication/
But this one assumes the server is on my computer which is not. How would I build a connection string for this situation and how would I test if the connection is working?
I'm currently building an ASP.NET Web API 2 which I chose at the beguinning to have no authentication and now I need to use Active Directory for authentication on login and authorization when accessing certain pages.
PS: I had never even heard of Active Directory until this was asked of me so sorry if this is a really simple question.