Are you trying to run the executable on the server or the client?
Either way, you're likely to run into (different) security issues.
Is this an Intranet site or Internet site?
On the server apps do not have access to a desktop so you cannot display UI,
but you should be able to run some basic command line apps and other apps
that don't display windows.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Julia" <> wrote in message
news:1492E26D-6800-42E8-8FE6-...
> Hello,
>
>
> How is everybody???
>
> Is there a way to launch an executable from an .aspx page???
>
> I found this instruction System.Diagnostics.Process.Start("notepad.exe");,
but does not seem to work for an ASP.NET app.
>
> Any ideas,
>
> Thank in advance
>
> Julia
>