Posted on: 9/14/2015 9:12:43 PM | Views : 834

I have a basic Web Forms project setup using ASP.NET Identity without any customizations from the default ASP.NET Website template using Individual User Accounts as authentication method.
My website has a default.aspx page that shows when the user goes to the website. My question is can I make this default page different so that when a user is Authenticated and signed in they can't actually access default.aspx, but it would be a different page if the signed in user navigates to the root of the site; show a completely different page on the root for signed in users.
Is this possible? Appreciate any advice!

Go to the complete details ...