I have a WCF (C#) installed on a server that execute xxx.exe file.
The xxx.exe using c++ CreateWindow and write txt file.
I already find a lot of solution ...
How to execute exe form asp.net ?
Unable to Start a Process from ASP.NET
I can start a process from ASP.NET using System.Diagonistics.Process.Start method. Process start in the background ,but I can't see it in the desktop.
I can't find iis admin service and "Allow Service to Interact with Desktop check box" in the services.
Server:
Windows 7 64bit
Internet Information Services 7
.NET Framework 4.5
WCF:
using System.Diagnostics;
Process.Start(@"D:\xxx.exe", "");
local services: