compiler directives

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

In older versions of Visual Studio, one could set compiler directives
that only executed when an app was in debug mode. It was done by
prefixing stateements with the "#" symbol. Is there a way to do this in
asp.net, c#? Thanks...
 
Back
Top