Skip to main content
Version: v3

WebFilter Element (Iis Extension)

Description
IIs Filter for a Component
Windows Installer references
None
Parents
Component, WebSite
Inner Text
None
Children
None
Attributes
NameTypeDescriptionRequired
IdStringThe unique Id for the web filter.Yes
DescriptionStringDescription of the filter. 
FlagsIntegerSets the MD_FILTER_FLAGS metabase key for the filter. This must be an integer. See MSDN 'FilterFlags' documentation for more details. 
LoadOrderString The legal values are "first", "last", or a number. If a number is specified, it must be greater than 0.  
NameStringThe name of the filter to be used in IIS.Yes
PathString The 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. Yes
WebSiteString Specifies the parent website for this filter (if there is one). If this is a global filter, then this attribute should not be specified.  
See Also
Iis Schema