mysql - MVC3 Best way to custom permissions -


i developing website in mvc3 , ef connect mysql. requested have own permissions , roles tables. , need control access views of website. thinking have use static classes or similar allow or restrict access, think malpractice. best way validate each of views or controllers?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -