mvc windows authentication

If you want to use Windows Authentication with MVC :

Step 1 : In web.config, put authentication mode windows

Step 2 : in IIS disable anonymous

Step 3 :  go to Views\Shared\LogOnUserControl.ascx and remove logoff / logon links.