ASP.NET Process Execution Resulting in Incorrect Text Encoding in Output JPG File
I’m using an ASP.NET application to execute an external executable (EXE) file with command line parameters. The EXE is supposed to generate a JPG file with some text on it. While the process exits successfully (ExitCode 0), the text on the JPG file appears as ???
instead of the expected text.