Reminder: Don't use web.config to restrict access, use [Authorize]
[AllowAnonymous]
public
ActionResult Login()
public
class
HomeController : AuthorizedController
Reminder: Don't use web.config to restrict access, use [Authorize]
[AllowAnonymous]
public
ActionResult Login()
class
HomeController : AuthorizedController