I'm trying to start an exe file on server hosting ASP.NET application using Process.Start. When executed with IIS Express process is started and GUI of the application is shown. However when same application is deployed on IIS, process is started but no GUI is loaded.
Why is that and is it possible to sort this out?