In one of our internal web app's developement, we were executing an console applications with certain arguments synchronously and were trying to display the results in the front-end.
When we activate the process I can see the process getting kicked-off in the task manager and it never exits, after a time period (IIS timeout setting), the web app times out.
At the end we figured out, the reason is due to an dead lock condition between the parent process (w3wp) and the child process(cons...
[More]