Asp.NET MVC Areas
Posted
by RailRhoad
on Stack Overflow
See other posts from Stack Overflow
or by RailRhoad
Published on 2009-09-04T13:05:25Z
Indexed on
2010/05/24
15:21 UTC
Read the original article
Hit count: 654
So we finally got "areas" in our ASP.NET MVC framework! I'm able to get them up and going but one thing that bothers me is the amount of development servers it instantiates! So I currently have 6 areas, and when I run it I get 6 dev server instances running. Is this really necessary? MSDN is having me setup these areas as seperate web apps, couldn't we get these down into class libraries somehow?
© Stack Overflow or respective owner