Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Exe run from Asp.net page not showing up

Exe run from Asp.net page not showing up

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nitin1981
    wrote on last edited by
    #1

    Hi! I'm trying to run an EXE from an Asp.net page through following line of code System.Diagnostics.Process.Start(""). But EXE does not come up although it is there in the processes tab of the task bar. I've also tried using impersonation but that is not working either. Any ideas how to show the exe run from a web page. Thanks in advance.

    Don't Quit

    P B 2 Replies Last reply
    0
    • N Nitin1981

      Hi! I'm trying to run an EXE from an Asp.net page through following line of code System.Diagnostics.Process.Start(""). But EXE does not come up although it is there in the processes tab of the task bar. I've also tried using impersonation but that is not working either. Any ideas how to show the exe run from a web page. Thanks in advance.

      Don't Quit

      P Offline
      P Offline
      Paddy Boyd
      wrote on last edited by
      #2

      Are you trying to run the exe on the client?

      1 Reply Last reply
      0
      • N Nitin1981

        Hi! I'm trying to run an EXE from an Asp.net page through following line of code System.Diagnostics.Process.Start(""). But EXE does not come up although it is there in the processes tab of the task bar. I've also tried using impersonation but that is not working either. Any ideas how to show the exe run from a web page. Thanks in advance.

        Don't Quit

        B Offline
        B Offline
        badgrs
        wrote on last edited by
        #3

        My first question would be: are you trying to get it to show on the client or the server? I take it you know running that code from the page code-behind will start it on the server, perhaps the exe doesn't have a UI?

        N 1 Reply Last reply
        0
        • B badgrs

          My first question would be: are you trying to get it to show on the client or the server? I take it you know running that code from the page code-behind will start it on the server, perhaps the exe doesn't have a UI?

          N Offline
          N Offline
          Nitin1981
          wrote on last edited by
          #4

          Hi! I'm trying to run it on the server. Regarding UI, this exe is a windows sevice watcher which will show a notification icon in the system tray to start or stop the windows service. I'm able to run this exe as a windows form but not from a web form. Can I develop a windows service watcher through web form which can be used to start or stop the windows service. Many Thanks

          Don't Quit

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups