Visual studio 2019 Add Area missing
Currently, I created a ASP.NET Core Web app using VS2019, came across that ‘Add Areas’ option is missing from Context menu.
Currently, I created a ASP.NET Core Web app using VS2019, came across that ‘Add Areas’ option is missing from Context menu.
I’ve an Admin area and I want only Admins to enter the area. I considered adding the Authorized attribute to every controller in the Admin area. Isn’t there an elegant solution or is this feature not there in the framework itself?
Is anyone knows how to Configure Areas in ASP.NET MVC3.
I read an article about Areas in here.
But that article is not based on MVC3.
In MVC3 there is no function named MapRootArea in RouteCollection routes which is found in Global.asax