System.Web 2.0.0.0 System.Configuration.ConfigurationSection To be added. Defines a configuration setting that is typically used on a production server to override application-level settings that are appropriate only on development computers. Constructor This constructor is called by the ASP.NET configuration system. You obtain an instance of the class by using the method. Initializes a new instance of the class. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationProperty("retail", DefaultValue="False") System.Boolean To be added. When is true, ASP.NET disables trace output, disables debug capabilities, and disables detailed system-generated error messages for remote users. For applications that have a customErrors element in the application Web.config file, the mode attribute is forced to On. These settings override any settings that are made in application Web.config files. When you use the retail setting, you should continue to set the debug attribute to false in application Web.config files that are deployed to the server. The debug setting disables request execution timeout, and this is not overridden by the retail setting. For more information, see. Most Common ASP.NET Support issues - Reporting from deep inside Microsoft Developer Support on Scott Hanselman's blog. Gets or sets a value that specifies whether Web applications on the computer are deployed in retail mode. 2.0.0.0