Hello,
I am attempting to get UA working with IIS. I have the Dashboard function and receive a 500 Error.
I have an exact copy of what is in the docs as my universalautomation.ps1.
`Preformatted text`Import-Module "UniversalAutomation.psd1"
New-Item "C:\users\iis\AppData\Local\UniversalAutomation\" -ItemType Directory -ErrorAction SilentlyContinue
Start-UAServer -InProcess -ConnectionString C:\users\iis\AppData\Local\UniversalAutomation\database.db -RepositoryPath C:\users\iis\AppData\Local\UniversalAutomation\Repository
When I run Start-UAServer -Port # in PowerShell, and point the port to what UD is pointed at it works. I am not sure what I am missing.