O
Oleg Shilovskiy
@Oleg Shilovskiy
Posts
-
run exe with asp.net webapplication -
Invoke EXE from WebProcess rsProc = new Process(); rsProc.StartInfo.WorkingDirectory = "C:\\Microsoft SQL Server\\90\\Tools\\Binn\\"; rsProc.StartInfo.FileName = "rs.exe"; rsProc.StartInfo.Arguments = "-i _runreport.rss -s http://10.254.124.190/ReportServer -v ID=" + ID; rsProc.Start(); rsProc.WaitForExit();