Question about purpose of App_Code folder.

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

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?
 
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...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top