System.Web.Configuration Namespace
.NET Framework version 2.0
Configures the ASP.NET HTTP runtime. This class cannot be inherited.
Visibility |
Name |
Value Type |
Accessibility |
public |
AllowDynamicModuleRegistration
|
Boolean |
[ Get , Set ] |
public |
ApartmentThreading
|
Boolean |
[ Get , Set ] |
public |
AppRequestQueueLimit
|
Int32 |
[ Get , Set ] |
public |
AsyncPreloadMode
|
AsyncPreloadModeFlags |
[ Get , Set ] |
public |
DefaultRegexMatchTimeout
|
TimeSpan |
[ Get , Set ] |
public |
DelayNotificationTimeout
|
TimeSpan |
[ Get , Set ] |
public |
Enable
|
Boolean |
[ Get , Set ] |
public |
EnableHeaderChecking
|
Boolean |
[ Get , Set ] |
public |
EnableKernelOutputCache
|
Boolean |
[ Get , Set ] |
public |
EnableVersionHeader
|
Boolean |
[ Get , Set ] |
public |
EncoderType
|
String |
[ Get , Set ] |
public |
ExecutionTimeout
|
TimeSpan |
[ Get , Set ] |
public |
FcnMode
|
FcnMode |
[ Get , Set ] |
public |
MaxQueryStringLength
|
Int32 |
[ Get , Set ] |
public |
MaxRequestLength
|
Int32 |
[ Get , Set ] |
public |
MaxUrlLength
|
Int32 |
[ Get , Set ] |
public |
MaxWaitChangeNotification
|
Int32 |
[ Get , Set ] |
public |
MinFreeThreads
|
Int32 |
[ Get , Set ] |
public |
MinLocalRequestFreeThreads
|
Int32 |
[ Get , Set ] |
public |
RelaxedUrlToFileSystemMapping
|
Boolean |
[ Get , Set ] |
public |
RequestLengthDiskThreshold
|
Int32 |
[ Get , Set ] |
public |
RequestPathInvalidCharacters
|
String |
[ Get , Set ] |
public |
RequestValidationMode
|
Version |
[ Get , Set ] |
public |
RequestValidationType
|
String |
[ Get , Set ] |
public |
RequireRootedSaveAsPath
|
Boolean |
[ Get , Set ] |
public |
SendCacheControlHeader
|
Boolean |
[ Get , Set ] |
public |
ShutdownTimeout
|
TimeSpan |
[ Get , Set ] |
public |
TargetFramework
|
String |
[ Get , Set ] |
public |
UseFullyQualifiedRedirectUrl
|
Boolean |
[ Get , Set ] |
public |
WaitChangeNotification
|
Int32 |
[ Get , Set ] |
|
The HttpRuntimeSection provides a way to programmatically access and modify the httpRuntime section of a configuration file.
The HttpRuntimeSection allows you to handle those parameters that affect the behavior of the ASP.NET runtime, and can be used at any level in the configuration hierarchy.
The HttpRuntimeSection section contains directives that manage the following:
- request execution timeouts
- directives to thread scheduling at the application level
- directives that govern application queue limits
- request length
When running more than one application in a single process, you should lock down this section so that applications cannot elevate their relative priority to one another.
ASP.NET Configuration <httpRuntime> Section
|
|