When retail is set to true, ASP.NET disables certain configuration settings such as trace output, custom errors, and debug capabilities.
Default Configuration
The following default <deployment> element is not explicitly configured in the machine configuration file, but is the default configuration returned by an application in the .NET Framework version 2.0.
|
<deployment retail="false" />
|