Php – What does Windows Authentication authenticates in IIS? Can I disable Anonymous Authentication in my case?
I have an internal PHP app (only for the employees using the domain network) running on IIS with Anonymous Authentication. The way users are logging in to the app is via a login form (username and password). That's why I…