Hi!
How should I write a WebService in C# (with Visual Studio.NET), which servers to execute or launch a program or file .exe.
This code I dont´t serve:
[WebMethod]
public void Ejecutar()
{
System.Process.Start("C:\\psc.bat"
}
Some solution, please?
Thanks.
How should I write a WebService in C# (with Visual Studio.NET), which servers to execute or launch a program or file .exe.
This code I dont´t serve:
[WebMethod]
public void Ejecutar()
{
System.Process.Start("C:\\psc.bat"
}
Some solution, please?
Thanks.