MVC Redirect after login
Try to remove the following lines from your Web.config
<modules>
<remove name="FormsAuthentication" />
</modules>
Try to remove the following lines from your Web.config
<modules>
<remove name="FormsAuthentication" />
</modules>