Pro and Cons, running PSU as service vs host on IIS vs proxy via IIS
Product: PowerShell Universal Version: 5.6.10
my current config in production is PSU 5.6.9 hosting on IIS 10, with Windows auth enabled, it works.
But, I am a person always looking at new possibilities
In my test env, I have PSU 5.6.10 running as service at port 5000 and IIS 10 as proxy to server PSU at HTTPS/443, using windows auth, it works as well
I have also tested running only PSU as service at port 5001 with certificate configured and HTTPS. and it seems working fine.
Question is, we have below 3 config choices:
which of those config is the most stable, or give most performance or most secure or easiest to maintain?