Hi!
No. I want my application executes in the server. For example. I have a mobile. I load a WAP page and through it, I want execute a program in the server:(notepad.exe, *.bat, other program, ...).This program also, can regulate other computer, ...)
do you understand me?
thanks.
Hi!
is there any solution for executing applications from ASP.NET WebApplications?
In my WebService I have:
[WebMethod()]
public void Start()
{
Process.Start("notepad.exe");
}
but this doesn't seem to do anything.
Any solution, please?
other form to do this?
Thanks.
Hi!
is there any solution for executing applications from webforms?
In my WebService I have:
[WebMethod()]
public void Start()
{
Process.Start("notepad.exe");
}
but this doesn't seem to do anything.
Any solution, please?
other form to do this?
Thanks.
Hi!
I have a ASP.NET WebApplication which has a buttom, when I make Click on it I want that it access to my WebService, which it executes a .exe file in the sever. For example
[WebMethod()]
public void Start()
{
System.Process.Start("Notepad.exe");
}
This code is invalid and I...
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()
{...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.