I Have Asp.Net server, when I run it as debug on local its work fine. But when I try to run it on IIS and get it from browser it does not work
For example line : System.Diagnostics.Process.Start(@"c:\Program Files (x86)\Microsoft Office\Office12\excel.exe");
I have tried System.Diagnostics.Process.Start not work from an IIS And does not helped me
Thanks a lot