I am working MVC3 web application with windows authentication. I have set
<authentication mode="Windows" />
<authorization>
<allow roles="domainname\Domain Users" />
<allow users="*" />
<deny users="?" />
in web.config Also in IIS for website Anonymous authentication is disabled and Windows authentication is enabled. When I try to run application it shows authentication popup but even after entering proper username and password it keeps on coming.