How to restrict access particular Action in mvc
I have several Action method inside my controller. I want to restrict access one or more action method by all the registered users in my database model and allow access by only one user. How to do that??