This question applies to Azure DevOps Server 2019 and 2020
I need to install the Azure DevOps application tier or move/set the ADO IIS applications root path to a different drive than the Operating System. I have reviewed the Basic and Advanced steps in the install wizard as well as the unattended steps with no mention on how to do this. Further more, the only location you're able to customize is the FileCacheFolder path. The default installation directory for 2020 is: "C:\Program Files\Azure DevOps Server 2020\Application Tier\Web Services". This is considered a security vulnerability in my organization as well as many of our customers.
The Defense Information Systems Agency or DISA has security guidance (STIG) for IIS Sites V-218752 that states:
"By locating the web document (home) directory on the same partition as the web server system file, the risk for unauthorized access to these protected files is increased. Additionally, having the web document (home) directory path on the same drive as the system folders also increases the potential for a drive space exhaustion attack"
I've also tried to move ADO's Web Services folder to a different drive and manually changing the physical path with no luck. (I didn't think that was going to work from the start but was worth the try lol)