
March 15th, 2002, 05:33 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Write a WebService .EXE
<i><b>Originally posted by : PeterSC (psanchez@ikerlan.es)</b></i><br />Hi everybody!<br /><br />How should I write a WebService in C# (with Visual Studio .NET), which servers to execute or launch a program or file .exe...<br /><br />This code doesn´t function:<br /><br />[WebMethod()}<br /><br />public void start()<br />{<br /> System.Process.Start("C:\psc.exe");<br />}<br /><br />Thanks.<br /><br />
|