Does the compiler ignore calls to the Debug object when <compilation debug="false"> is set in web.config? For instance if my code looks like this: Imports System.Diagnostics Partial Class MyPage Inherits System.Web.UI.Page Protected Sub Page_Load( ByVal sender As Object , ByVal e As System...