| |||||||||||
<deployment> SectionASP.NET Syntax ASP.NET Configuration Sections Defines configuration settings that are used to support the deployment of a Web application. <deployment retail = "true | false" /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child ElementsNone. Parent Elements
RemarksWhen retail is set to true, ASP.NET will disable certain configuration settings such as trace output, custom errors, and debug capabilities. Default ConfigurationThe following default deployment element is not explicitly configured in the machine configuration file or in the root Web.config file, but is the default configuration returned by application in the .NET Framework version 2.0. <deployment retail = "false" /> ExampleThe following example shows how to declaratively specify values for several properties of the DeploymentSection class. <system.web> <deployment retail = "false" /> </system.web> See AlsoASP.NET Configuration DeploymentSection Class |
| ||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme