Value | Description |
---|---|
bitness32 | Specify the bitness32 value when the handler is a 32-bit .dll file, and IIS should load the handler only for worker processes that run in WOW64 mode (32-bit simulation) on a 64-bit operating system. |
bitness64 | Specify the bitness64 value when the handler is a 64-bit .dll file, and IIS should load the handler only for worker processes that run in 64-bit mode. |
integratedMode | Specify the integratedMode value when the handler should respond only to requests in application pools that are configured to use the integrated request-processing pipeline. |
ISAPIMode | Specify the ISAPIMode value when the handler should respond only to requests in application pools that are configured to use Classic mode. |
runtimeVersionv1.1 | Specify the runtimeVersionv1.1 value when the handler should respond only to requests in application pools that are configured to use .NET Framework version 1.1. |
runtimeVersionv2.0 | Specify the runtimeVersionv2.0 value when the handler should respond only to requests in application pools that are configured to use .NET Framework version 2.0. |
Value | Description |
---|---|
Execute | Specifies that the handler requires rights to run executables. The numeric value is 4 . |
None | Specifies that the handler does not have access requirements. The numeric value is 0 . |
Read | Specifies that the handler requires read permissions. The numeric value is 1 . |
Script | Specifies that the handler requires rights to run scripts. The numeric value is 3 . |
Write | Specifies that the handler requires write permissions. The numeric value is 2 . |
Value | Description |
---|---|
Execute | Specifies that the handler requires rights to run executables. The numeric value is 4 . |
None | Specifies that the handler does not have access requirements. The numeric value is 0 . |
Read | Specifies that the handler requires read permissions. The numeric value is 1 . |
Script | Specifies that the handler requires rights to run scripts. The numeric value is 3 . |
Write | Specifies that the handler requires write permissions. The numeric value is 2 . |
Value | Description |
---|---|
Directory | Specifies that the handler mapping applies to requests only for physical folders on disk. The numeric value is 1 . |
Either | Specifies that the handler mapping applies to requests for physical files or folders on disk. The numeric value is 2 . |
File | Specifies that the handler mapping applies to requests only for physical files on disk. The numeric value is 0 . |
Unspecified | Specifies that the mapping type is not specified. The handler mapping applies to requests regardless of whether the request maps to a physical file or folder on disk. Use this setting when you map a handler to a file name or file name extension that does not exist on disk, such as MyHandler.axd. The numeric value is 3 . |
Value | Description |
---|---|
Execute | Enables handlers in the handlers collection that require execute rights in directories and files. |
None | Disables all handlers in the handlers collection that require access to directories or files. |
NoRemoteExecute | Prevents handlers in the handlers collection from running executables when a handler receives a remote request. |
NoRemoteRead | Prevents handlers in the handlers collection from reading files when a handler receives a remote request. |
NoRemoteScript | Prevents handlers in the handlers collection from running scripts when a handler receives a remote request. |
NoRemoteWrite | Prevents handlers in the handlers collection from creating or changing files when a handler receives a remote request. |
Read | Enables handlers in the handlers collection that require read access to directories and files. |
Script | Enables handlers in the handlers collection that require script rights to directories or files. |
Source | Enables handlers in the handlers collection that require read access to source code (together with the Read flag) or write access to source code (together with the Write flag). |
Write | Enables handlers in the handlers collection that require write access to directories and files. |
Value | Description |
---|---|
Execute | Enables handlers in the handlers collection that require execute rights in directories and files. |
None | Disables all handlers in the handlers collection that require access to directories or files. |
NoRemoteExecute | Prevents handlers in the handlers collection from running executables when a handler receives a remote request. |
NoRemoteRead | Prevents handlers in the handlers collection from reading files when a handler receives a remote request. |
NoRemoteScript | Prevents handlers in the handlers collection from running scripts when a handler receives a remote request. |
NoRemoteWrite | Prevents handlers in the handlers collection from creating or changing files when a handler receives a remote request. |
Read | Enables handlers in the handlers collection that require read access to directories and files. |
Script | Enables handlers in the handlers collection that require script rights to directories or files. |
Source | Enables handlers in the handlers collection that require read access to source code (together with the Read flag) or write access to source code (together with the Write flag). |
Write | Enables handlers in the handlers collection that require write access to directories and files. |