Server: Windows server 2012 R2
Hello, I am currently running an application which is attempting to open a browser but I am receiving a Win32Exception:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
I was initially using selenium and the chromedriver to achieve this. When the browser is launched as a headless browser we have no problems, but when we remove the headless tag we get this error. I switched from the chromedriver to a firefoxdriver but still saw the same error. I switched from using selenium to just using a diagnostics.process.start (with the correct username, password, and domain) type of browser launching but still have the same issue.
Within the server security policies I have given the necessary users access into the "Allow log on locally" "Allow log on through Remote Desktop Services"
Are there other necessary policy changes that need to be made to allow an application to launch a browser?
Thank you.