Exclude directory in Relase mode

  • Thread starter Thread starter Oleg Ogurok
  • Start date Start date
O

Oleg Ogurok

Hi all,

In my web project, I have directory with testing pages that I use for
debugging. I would like to exclude it from the final product.
Is there a way to tell VS.NET not to compile class files that directory in
Release mode?
Thanks.

-Oleg.
 
Oleg,

You should take all your test pages into a separate project. Then in the
configuration manager you can exclude this project from the release build.

Eliyahu
 

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