| |||||||||||||||||||
<httpRuntime> SectionASP.NET Syntax ASP.NET Configuration Sections Configures ASP.NET HTTP runtime settings. This section can be declared at the machine, site, application, and subdirectory levels. <httpRuntime useFullyQualifiedRedirectUrl = "true | false" maxRequestLength = "size in kbytes" executionTimeout = "seconds" /> The <httpRuntime> tag supports three attributes.
Syntax ExampleThe following example specifies HTTP runtime parameters for an ASP.NET application. <configuration>
<system.web>
<httpRuntime maxRequestLength = "4000"
useFullyQualifiedRedirectUrl = "true"
executionTimeout = "45" />
</system.web>
</configuration>
See AlsoASP.NET Configuration HttpRuntimeSection 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