Asp.net-mvc-change-authentication-type Page

In Visual Studio, select your project and press F4 to open the Properties window. Disable Anonymous Authentication. Enable Windows Authentication.

A clean slate for custom-built security logic. 2. Transitioning from Individual Identity to Windows Auth asp.net-mvc-change-authentication-type

Uses ASP.NET Identity to manage local user registration (usernames/passwords) or social logins like Google and Facebook. In Visual Studio, select your project and press