Hi all ,
I made a wcf service on Hpc head server that starts clusrun.exe on clients requests and it works via host application without problems ,
but when I trying to host that service via IIS , I cant start clusrun.exe /all - and I cant find the problem . (its not path problem , if I start
only clusrun.exe , it start and I get clusrun usage page )
(for starting is I'm using - clusrunProcess = Process.Start("cmd.exe", "/c " + clusrunPath + clusrunArgs ))
Regards,
Shay.