I'm currently developing an ASP.net application. On localhost I can access Active Directory when calling AuthorizationGroups. After I published my ASP.net app to the server, I can't access Active Directory. I need to know why this is occuring on the server, when locally it worked fine? Do I need to import special DLLs?
As said I try to get the AuthorizationGroups from ActiveDirectory, I get the following message from the server.
-While trying to retrieve the authorization groups, an error (5) occurred.