Posts by Rodrigo Kiguti • 101 points
1 post
-
0
votes2
answers381
viewsA: ASP.NET MVC with Formsauthentication
Yes, it is possible. In your controller, or over your Action, you must have a "[Authorize] attribute". All actions with this attribute mean that they can only be accessed if the user is…