Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PeterSC

    is there any solution for executing ASP.NET WebApplication & WService

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

    is there any solution for executing ASP.NET WebApplication & WService

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

    is there any solution for Executing Applications from WebForms?

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

    Accessing a WebService( execute file .exe)

    How can I do it, Please? I return the next Wednesday because I go to holyday. See you. Thanks.
  5. PeterSC

    Accessing a WebService( execute file .exe)

    Yes. In the Task Administrator, the process is launched, but i don´t see anything. I dont know if it is the code of what...
  6. PeterSC

    Accessing a WebService( execute file .exe)

    Yes. In the Task Administrator the process is launched but I can´t see. I don´t know if the error is in the code or...
  7. PeterSC

    Accessing a WebService( execute file .exe)

    The error message is anyone. The debug is OK but it seems to do anything.
  8. PeterSC

    Accessing a WebService( execute file .exe)

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

    Accessing a WebService( execute file .exe)

    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() {...
  10. PeterSC

    Wrtie a WebService .EXE

    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.

Part and Inventory Search

Back
Top