Visual Studio and auto compilation

  • Thread starter Thread starter Maury
  • Start date Start date
M

Maury

Is it possible to disable
auto-compilation of (files contained into)
App_Code dir in an asp.net project?
This feature in some cases gives me some problem...
thanks!
M.
 
Hi,

one sure way is to have a class library (project if working with VS2005 pro
or up) as part of the solution and move all classes there.
 
Teemu Keiski ha scritto:
one sure way is to have a class library (project if working with VS2005 pro
or up) as part of the solution and move all classes there.

Yes, I did this...but I would like
(only to improve my knowledge of VS 2005)
to preserve a sigle project.
What about creating a dir such as 'myCode'
and inserting the classes there?
I have to manually compile and then deploy the
bin folder to the site, of course....
 
Back
Top