environmentVariables Element for application for fastCgi [IIS Settings Schema]
Note
For more information about the environmentVariables element, see the following topic on the Microsoft IIS.net Web site: Environment Variables <environmentVariables>.
Specifies a list of environment variables that Internet Information Services (IIS) 7 will pass to a FastCGI process when it is launched.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
environmentVariable |
Optional element. Adds an environment variable to the collection of environment variables. |
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. |
fastCgi |
Contains a collection of fastCgi application pool definitions. |
application |
Adds a FastCGI process pool definition to the collection of FastCGI process pool definitions. |
Remarks
For more information about the environmentVariables element, see the following topic on the Microsoft IIS.net Web site: Environment Variables <environmentVariables>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |
See Also
Reference
environmentVariable Element for environmentVariables for application [IIS Settings Schema]