Summary
Adds Verbs and a handler for the specified file type.
This not an officially Microsoft supported table.
Parameters
| Attribute |
Type |
Description |
Required |
| directory |
string |
Refrence to a directory. The directory to add the specific verb/handler to IIS for the specified file type. |
True |
| extension |
string |
File name extension to specifically handle |
False |
| exepath |
string |
Path to the Internet Server API (ISAPI) or Common Gateway Interface (CGI) program to run to process a request. |
False |
| verbs |
string |
Internet Information Services verbs that are allowed for the executable file. Only verbs entered in this field will be allowed. |
False |
Examples
Add the aspx app mapping
<appmappings>
<appmapping directory="D__ACME_MyProduct" extension=".aspx" exepath="[DOTNETFOLDER]aspnet_isapi.dll" verbs="GET,HEAD,POST,DEBUG" />
</appmappings>
Syntax
[BuildElement("appmappings", ProcessXml = false)]
public SchemaElement[] InstallerAppMappingsElement { get; set; }
Attributes
| Type |
Description |
| BuildElement |
|
Value
| Type |
Description |
| SchemaElement[] |
|