You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
I've been trying to get Windows Authentication working by itself under IIS Express, and unless i have both "Windows Authentication" and "Anonymous Authentication" selected under the project properties I cannot run/debug the application in Visual Studio 2015.
Running under a command prompt, the application works using Kestrel + WebListener, so i have ruled out the application being the issue.
applicationhost.config (under the project/.vs/config directory - Note it tends to create multiple entries here and under when you turn off/on authentication options - not sure if this is any issue.