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

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