Hi,
I was reading about routing in MVC and came across a section on areas. What confused me was that after creating an area folder, I couldn’t use the controllers in the root directory. Instead, I had to use only the controllers inside the area folder.