WebFilter element (Iis extension)
IIs Filter for a Component or Web Site
Attributes
Description
stringDescription of the filter.
Flags
wxs:IntegerSets the MD_FILTER_FLAGS metabase key for the filter. This must be an integer. See MSDN ‘FilterFlags’ documentation for more details.
Id
stringThe unique Id for the web filter. If the Id is not specified, it will be generated.
LoadOrder
stringThe legal values are “first”, “last”, or a number. If a number is specified, it must be greater than 0.
Name
string requiredThe name of the filter to be used in IIS.
Path
string requiredThe path of the filter executable file. This should usually be a value like ’[!FileId]’, where ‘FileId’ is the file identifier of the filter executable file.
WebSite
stringSpecifies the parent website for this filter (if there is one). If this is a global filter, then this attribute should not be specified.