first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

ASP.NET MVC: “MVC and App_Code folder - ASP.NET Forums”; forums.asp.net

All MVC project by default are Web Application Projects (WAP) instead of Web Site projects. This means that there's no need for an App_Code folder since WAPs always get compiled anyway. That means that all *.cs files in your project will get compiled, as opposed to Web Site projects where only *.cs files in your App_Code folder would get compiled.

[http://forums.asp.net/t/1315143.aspx]

mod date: 2009-04-22T03:44:00.000Z