IIISEnvironmentFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This feature provides access to IIS application information
public interface IIISEnvironmentFeature
type IIISEnvironmentFeature = interface
Public Interface IIISEnvironmentFeature
Properties
AppConfigPath |
Gets path to the application configuration that is currently running |
ApplicationId |
Gets ID of the current application. |
ApplicationPhysicalPath |
Gets the physical path of the application. |
ApplicationVirtualPath |
Gets the virtual path of the application. |
AppPoolConfigFile |
Gets the path to the AppPool config |
AppPoolId |
Gets the AppPool name that is currently running |
IISVersion |
Gets the version of IIS that is being used. |
SiteId |
Gets the id of the current site. |
SiteName |
Gets the name of the current site. |