Hi All,
I'm new to this forum. Coming here after got headache looking solution to my problem : :)
I'm working with IIS7 on Windows Server 2008 R2. I need to configure Basic Authentication so my AD users would be able to access the server's directory that allowed to them.
I had setup Security for each folder by allowing only certain AD Groups to access certain directory. All users has been assigned to their respective AD Groups.
This configuration is working fine in IIS6 on Windows Server 2003 whereby users will key in their ID and Password and will get access to the respective directory.
I need to migrate the application into new server as I mention above. After setting up the configuration, it not working as expected. The web will prompt for the password but still user cannot login with error:
"
HTTP Error 401.1 - Unauthorized
You do not have permission to view this directory or page using the credentials that you supplied."
Only security admin can login successfully. I tried every solution available in the internet but with no success.
What I am missing here? Or could anyone point me to the right way to configure Basic Authentication as in https://technet.microsoft.com/en-us/library/cc772009(v=ws.10).aspx?