views:

28

answers:

1

I want to be able to determine if the web.config element

  <compilation defaultLanguage="vb" debug="false" />

if the property is debug is set to true or false.

Public Shared Function isDebug() as Boolean
  ......
  ......
  ......
  ......
End sub

Thanks