IIS Application Install
Installs a Web Application to IIS. For example we use this step in combination with others to download the code from Amazon S3, extract it, copy it to the web location and start the website to deploy our documentation site. This step can be used to deploy .net or .net core apps
To use this step select IIS Application Install from the list and start by entering a name for the step. Then enter in the parameters needed to deploy your web app to IIS. You can find brief descriptions for each parameter in the table below.
Parameter | Description |
---|---|
IIS Application Name | The name of the Application |
Copy Files From | The path to copy any files fro |
Copy Web.Config From | The path to the Web.Config file |
Physical Path | The physical path to the app |
Web App Path | ?? |
Anonymous Authentication | Should anonymous authentication be enabled or disabled |
Windows Authentication | Should windows authentication be enabled or disabled |
AppPool Name | The name of the App Pool |
AppPool Identity | The App Pool Identity |
AppPool Identity Username | The username of the App Pool Identity |
AppPool Identity Password | The password of the App Pool Identity |
AppPool Managed Runtime Version | The Runtime version that should be used |
Load User Profile | Should the user profile loading be enabled or disabled |
Enable 32Bit App OnWin64 | Should the 32 bit runtime be enabled on windows 64 |
Decryption | Used for when you have a web file. Choose between Auto , AES and 3DES |
Decryption Key | The key needed to decrypt the file |
Validation | Choose between AES , SHA1 , MD5 , TripleDES , HMACSHA256 , HMACSHA384 , HMACSHA512 |
Validation Key | The key needed to validate the files |
HTTP Bindings | Enter the IP address, TCP Port and Headers for any HTTP bindings needed |
HTTPs Bindings | Enter the IP address, TCP Port and Headers for any HTTPs bindings needed |
Connection Strings | Enter any connection strings needed including the provider to use |
App Settings | Enter any app setting names and corresponding values as needed |