HI, Experts
I am just getting started ASP.NET Identity. seems many things changed from the classic Forms Authentication.
I created a new ASP.NET project with Forms template in VS 2013. and successfully set up the database and cloud and local IIS etc. here is the problem I get when I trying to enable the new OWIN/Identity authentication for the whole site. I searched around and
seems no one seems talking about how to configure the Identity thing like we did in web.config for Forms authentication.
To make my question specific, here are the questions I have
1. How to set authentication for all site and a certain page?
2. How to set the authorization for site?
Thanks in advance