Hello all,
I'm working on a simple web app that calls an executable using System.Diagnostics.Process. For some reason though, when I run the application locally in my DevEnv it works fine - the program executes and does what I'm expecting. The very moment when I try calling the page using my computer's IP address instead of localhost:<port number> the program fails. Any idea why this is? Please let me know. The program is a simple console .NET application yet it throws: "The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x7c812a5b."
Please help if you can, any suggestion welcome.
Regards!
I'm working on a simple web app that calls an executable using System.Diagnostics.Process. For some reason though, when I run the application locally in my DevEnv it works fine - the program executes and does what I'm expecting. The very moment when I try calling the page using my computer's IP address instead of localhost:<port number> the program fails. Any idea why this is? Please let me know. The program is a simple console .NET application yet it throws: "The exception unknown software exception (0xe0434f4d) occurred in the application at location 0x7c812a5b."
Please help if you can, any suggestion welcome.
Regards!