B
Brian Henry
I am trying to tell if my site is running as a debug build or not in asp.net
1.1 you could say
#IF DEBUG
DO SOMETHING HERE
#ENDIF
but in ASP.NET 2.0 it seems not to work anymore... why not?! i have
debug="false" in web config and the debug code still runs...
1.1 you could say
#IF DEBUG
DO SOMETHING HERE
#ENDIF
but in ASP.NET 2.0 it seems not to work anymore... why not?! i have
debug="false" in web config and the debug code still runs...