serverSideInclude Element [IIS Settings Schema]
Note: |
|---|
For more information about the serverSideInclude element, see the following topic on the Microsoft IIS.net Web site: Server Side Include <serverSideInclude>. |
Specifies whether server-side includes (SSI) #exec directives are disabled.
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute | Description |
|---|---|
ssiExecDisable | Optional Boolean attribute. Specifies whether the SSI #exec directive is enabled (false) or disabled (true). When disabled, the directive cannot execute a program, script, or shell command on the server. The default value is false. |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
configuration | Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer | Specifies the top-level section group (in ApplicationHost.config) in which this element is defined. |
For more information about the serverSideInclude element, see the following topic on the Microsoft IIS.net Web site: Server Side Include <serverSideInclude>.
Note: