I am currently developing a project that will use Windows authentication to authorize users and set their specific permissions. However, every time I run the program to test, t
You can comment the code to configure the AppBuilder in StartUp.cs
public partial class Startup { public void Configuration(IAppBuilder app) { //ConfigureAuth(app); } }