Do you know to Create the Website in IIS if using Web Deploy?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

In theory WebDeploy can create a site for you when you deploy. The issue with this is that many settings are assumed. Always create the site before deploying to it, so that you can specify the exactly the settings that you desire. E.g. the directory where you want the files for the site to be saved, the app pool to use and the version of .Net.

Image

Figure: Create the website in IIS

acknowledgements
related rules