I have created a new instance of DNN9 with Active Directory running on a 2008R2 server.
This application is for an intranet, so the expectation is that users will be authenticated by Active Directory and automatically logged into DNN.
Server Authentication is set to disable all, except Windows Authentication. When testing, while remotely connected to the server, the application works as expected. Users are identified and logged in. However, when connecting from a browser from my local machine, it appears that Login.aspx is not accessible because anonymous authentication is turned off.
I have tried allowing anonymous access to the root files, but turned it off on WindowsSignin.aspx, but this has not fixed the problem.
Any help would be appreciated. Thank you