how authorization asp(mvc) project from controller?
问题 I'm new in asp and I created a login page for my web project but and I set authentication but I can not set authorization for my project! I saw many links like this Authentication and Authorization in ASP.NET Web API but couldn't implementation those on my own project, I don't know where I must to start?! thank you for your help! this is my controller: public class AuthenticationController : Controller { private modelLayOut mLO = new modelLayOut(); public bool existBool = false; // GET: