Posted on: 1/19/2015 5:35:32 PM | Views : 875

Using Visual Studio 2013, I have created an ASP.NET web forms application that I want to authenticate users against our Active Directory (AD) I am using the following reference for my coding:
How To: Use Forms Authentication with Active Directory in Multiple Domains  http://msdn.microsoft.com/en-us/library/ff650307.aspx
However, when I run the app through debug to test it fails with:
-----------------------------------------------------------------------------------------------------------------------------
"Access is denied. Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL. Error message 401.2.: Unauthorized: Logon failed ...

Go to the complete details ...