Hey everyone, I’m looking for some advice.
I have gone ahead and hosted my dashboard as a service. The server owner didn’t want to mess with his existing IIS sites and suggested I find another way to run it from there. When running it as a normal script I found that every night the script would be terminated because of an AD policy so what I came up with was quite simple.
I added the -wait parameter to the end of the UD script, then I used a script called ps2exe to turn my dashboard into an exe. From there I used the NSSM app to turn it into a service, and now it runs with no problems and it doesn’t affect any of the existing websites.
Now the question: are there any draw backs to doing this?
Thanks!