ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,827 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have developed an ASP.net web application where I can get the Active directory user data. I have created a service account in Active Directory and I am using that account to connect with the Active Directory server. This web app is working fine locally (DomainPC) Now I hosted the website on a different server. Now the web app hosted server cannot access the AD server. Is there any way to connect the web app server and the AD server together?
Yes they are in the same domain
Do you mean you want to use your web app to AD server to get some data? Is it right?