When I run System.Diagnostics.Process.Start from my ASP.Net application locally (from visual studio) it works, but when I run it from localhost in iis it stops working.
Someone knows why and how I can do it to work in IIS
When I run System.Diagnostics.Process.Start from my ASP.Net application locally (from visual studio) it works, but when I run it from localhost in iis it stops working.
Someone knows why and how I can do it to work in IIS