Hi everybody!
How should I write a WebService in C# (with Visual Studio.NET), which servers to execute or launch a program or file .exe. And how should I access since ASP.NET WebApplication (in C#) at this WebService.
This code doesn´t function:
[WebMethod()]
public void start()
{
System.Process.Star("C:\\psc.bat"
}
Thanks for all.
How should I write a WebService in C# (with Visual Studio.NET), which servers to execute or launch a program or file .exe. And how should I access since ASP.NET WebApplication (in C#) at this WebService.
This code doesn´t function:
[WebMethod()]
public void start()
{
System.Process.Star("C:\\psc.bat"
}
Thanks for all.