View Single Post
  #3  
Old 08-22-2018, 08:44 PM
scoffman scoffman is online now
Registered User
 
Join Date: 08-22-2018
Posts: 3
The error message returned in the script is "Failed to create process: Logon failure: unknown user name or bad password."

The username and password were implemented into the web.config. The machine is a domain machine so the web.config contains the credentials for the domain user. The user is an admin on the machine. When accessing the build machine via RDP, we use the same credentials.

I took your suggestion and modified the code to use the LOGON_WITH_PROFILE option. Rebuilt and re-deployed but the error is still being thrown.
Reply With Quote