| |||||||||||||||
<hostingEnvironment> SectionASP.NET Syntax ASP.NET Configuration Sections Defines configuration settings that control the behavior of the application hosting environment. <hostingEnvironment idleTimeout = "HH:MM:SS" shadowCopyBinAssemblies = "true | false" shutdownTimeout = "number" /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child ElementsNone. Parent Elements
Default ConfigurationThe following default hostingEnvironment element is not explicitly configured in the machine configuration file or in the root Web.config file, but is the default configuration returned by an application in the .NET Framework version 2.0. <hostingEnvironment idleTimeout = "Infinite" shutdownTimeout = "30" shadowCopyBinAssemblies = "true" /> ExampleThe following example shows how to control the behavior of the application hosting environment. <system.web>
<hostingEnvironment idleTimeout = "20"
shutdownTimeout = "30" />
</system.web>
See AlsoASP.NET Configuration HostingEnvironmentSection 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