|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
asp.net: how do I detect if debug mode is true or false ?I which to detect in my code if compilation has debug enabled ?
I would different behaviours according to the compilation type. You can check using code like
#If Debug = False Then Me.Text = "" #End If) Shahzad Godil Karachi-Pakistan Show quote "zolof" <zo***@discussions.microsoft.com> wrote in message news:6A6CE151-D801-4BE7-BAB4-5D7A05BD6B8F@microsoft.com... >I which to detect in my code if compilation has debug enabled ? > I would different behaviours according to the compilation type. |
|||||||||||||||||||||||