In ASP.NET 2, there is support for the App_Code folder. Is there any reason
that I need this folder? I know that if code in this folder changes, it is
automatically recompiled, but what if we do not plan to ship any source code
to our production environment. Is there any reason to have this folder?
Juan T. Llibre - 15 Jul 2005 00:54 GMT
You don't need it unless you need to have code in it.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
> In ASP.NET 2, there is support for the App_Code folder. Is there any reason
> that I need this folder? I know that if code in this folder changes, it is
> automatically recompiled, but what if we do not plan to ship any source code
> to our production environment. Is there any reason to have this folder?