How to call exe in .aspx C#?

  • Thread starter Thread starter sincethe2004
  • Start date Start date
Hi Eliyahu, thanks,
actually there is a UnauthorizedAccessException message when aspx runs,
have no idea how to grants rights for this problem. ...
 
Look at System.Diagnostics.Process class and take care of securuty issues
(ASP.NET process should be granted rights to invoke executables).

Eliyahu
 
Back
Top