Aspnetboilerplate: Configure login path for redirect on core mvc template
问题 Sorry if this is straightforward, but I'm having a real block with this one. I'm trying to move all the standard views and controllers from aspnetboilerplate's Module Zero (Core + MVC + jQuery) into a new area (Admin) and want to make sure the redirect for login on unauthorized view goes to /Admin/Login as opposed to /Account/Login, which is the default. Any help really appreciated. Dale Update Here is the ConfigureServices method: public IServiceProvider ConfigureServices(IServiceCollection