re:
!> I interpreted the OP as wanting to run a Windows app client-side...
I wish him good luck with that chore if that what he wants.
An ActiveX object would be the first thing to try but I,
like you, discourage their use given the security issues.
Users have to approve the installation of any ActiveX object
....and that is enough to cause problems.
The whole idea of the .Net Framework is *not* to do client-side processing,
except for UI actions and notifications which use Javascript, for which Ajax
is the ideal vehicle, although it will *not* run executables client-side either.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
======================================
"Mark Rae [MVP]" <> wrote in message news:...
> "Juan T. Llibre" <> wrote in message news:ui$%...
>
>> Use System.Diagnostics.Process.Start()
>>
>> The executable will run as the ASP.NET account,
>> so the ASP.NET account will need whichever permissions the process needs.
>
> I interpreted the OP as wanting to run a Windows app client-side...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net