Open an application

  • Thread starter Thread starter mv
  • Start date Start date
M

mv

Hi,


Is there a possibility to open a Windows application (eg. notepad, paint,
dialer, ...) using ASP.Net ?


Thanks in advance
 
Sure you can.

Just remember that it will open on the server, not at the client.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
On the client side ASP.NET ends up as a regular HTML with javascript and
whatever else the browser can understand. Your question is not about
ASP.NET. It's about how to open a Windows app from a browser. The simple
answer is with ActiveX.

Eliyahu
 
Back
Top