[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Windows remote application launch through a Web service

GePPoZ

7/28/2004 6:41:00 PM

Dear all,

I possible to create a web service that launch a Windows Graphics .exe
application (like notepad.exe, for example) installed on a remote server
though a Web Service. If yes, what are the main .NET API functions involved
in the application call on the server side ?

Best Regards,
Paolo




1 Answer

Sunny

7/28/2004 8:39:00 PM

0

Hi,

you can use Process.Start. But it will fail until you impersonate your
service to run as some regular user, and this user is logged on, so
there is active desktop.

Sunny

In article <orSNc.18038$1V3.411477@twister2.libero.it>, xxx@iol.it
says...
> Dear all,
>
> I possible to create a web service that launch a Windows Graphics .exe
> application (like notepad.exe, for example) installed on a remote server
> though a Web Service. If yes, what are the main .NET API functions involved
> in the application call on the server side ?
>
> Best Regards,
> Paolo
>
>
>
>
>