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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top