//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Configuration { public enum CustomErrorsMode { RemoteOnly = 0, On = 1, Off = 2 } }