Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Reminder: Don't use web.config to restrict access, use [Authorize]
[AllowAnonymous]
public
ActionResult Login()
class
HomeController : AuthorizedController
No comments:
Post a Comment