I'm writing a WCF application exposing two methods.
What I need is to exclude a method when to deploy on IIS because the method is only used when to investigate a service for tests.
Instead of doing it by hands I want to achieve it automatically.
How can it be possible?