Hi All,
I have a asp.net web service and I am running an .exe file though this web service. The web serivce is calling that .exe file (console application) and running the code of that console application successfully. I have written console.readlin e in the console application. The problem is that when I run this web service in the windows XP is show that console application, however when I run in the Windows 2003 this also call that console application, but not showing that window. I have to show that console application in windows 2003 also. Would you please let me know the solution.
I have a asp.net web service and I am running an .exe file though this web service. The web serivce is calling that .exe file (console application) and running the code of that console application successfully. I have written console.readlin e in the console application. The problem is that when I run this web service in the windows XP is show that console application, however when I run in the Windows 2003 this also call that console application, but not showing that window. I have to show that console application in windows 2003 also. Would you please let me know the solution.
Comment