On Error resume next If Err.Number<>0 then response.write Err.description &"<br>" response.write Err.number end if ... ...