ASP.NET MVC Project and the App_Code folder
Posted
by
brunot
on Stack Overflow
See other posts from Stack Overflow
or by brunot
Published on 2009-02-01T05:01:28Z
Indexed on
2011/11/17
17:51 UTC
Read the original article
Hit count: 279
How come App_Code is not a choices in the Add ASP.NET Folder submenu in the VS solution explorer? I realize you can create one yourself manually by just renaming a New Folder, but what is the rational here? Is this not where you are supposed to put "utility" or "service layer" type classes?
On a MVC project side note. I do like the fact that there is a reference to System.Configuration out-of-the-box unlike the default ASP.NET Web Form Projects.
© Stack Overflow or respective owner