Greetings to all,
I am seeking suggestions on how to handle Areas in ASP.NET MVC. My application consists of multiple areas, each with its own _Layout. How can I create links within these layouts to the Css subfolder (as well as Scripts) located in the Content folder at the root? The layouts in the areas use the same css and image files, so I am hesitant to create a new Content folder within each Area and duplicate the identical files. Please advise on how to tackle this issue. Thank you in advance.