In the current scenario i am trying to run sample.exe from asp.net web based application.
If i run directly the sample.exe file is getting executed successfully.
But when i publish it and try to run from iis it is not executing the sample.exe properly.
I am not getting any runtime errors but the functionality of showing the sample.exe is not getting executed.
In code i am using System.Diagnostics.Process.Start. Code required how to execute the exe from published website.