ASP.NET MVC 2 matches correct area route but generates URL to the first registered area instead.
- by Sandor Drieënhuizen
I'm working on a S#arpArchitecture 1.5 project, which uses ASP.NET MVC 2. I've been trying to get areas to work properly but I ran into a problem:
The ASP.NET MVC 2 routing engine matches the correct route to my area but then it generates an URL that belongs to the first registered area instead.
Here's my request URL:
…