I create a brand new MVC5 project just built from template run on IIS express when publish to IIS 8.5 in windows 8.1 i got the error
The ClaimsAuthorizationModule cannot be used without at least one other module such as a WSFederationAuthenticationModule, SessionAuthenticationModule or ClaimsPrincipalHttpModule.
what am i missing? please help
<system.webServer><modules>
<remove name="FormsAuthenticationModule" />
</modules>
</system.webServer>