Can I disable Windows authentication in one or more subfolders of an ASP.net application using Windows Authentication?
For instance:
The website contains several other folders that contain parts of the general application: / frontend, / backend, / login
The bin folder is at the same level as the subfolder, i.e. website root.
All of these subfolders contain pages that use binary files that are located in the bin folder of the website root.
The user must enter Windows credentials when visiting the page in the backend folder, but not when visiting the page in the login folder or interface.
I am using IIS7
Any ideas?
source
share