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.
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.