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. how to get the processes running in remote system

how to get the processes running in remote system

Scheduled Pinned Locked Moved ASP.NET
helptutorialquestion
4 Posts 2 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.
  • M Offline
    M Offline
    mehnazash
    wrote on last edited by
    #1

    Hi how can i get the processes running in remote system can someone please help me with this. Jiny

    M 1 Reply Last reply
    0
    • M mehnazash

      Hi how can i get the processes running in remote system can someone please help me with this. Jiny

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Process.GetProcesses Method [^]

      M 1 Reply Last reply
      0
      • M minhpc_bk

        Process.GetProcesses Method [^]

        M Offline
        M Offline
        mehnazash
        wrote on last edited by
        #3

        hey Thanks i have done this but it works only on ones own machine , if the hostname or ip adrress is of remote machine, it says access denied how do we come over it

        M 1 Reply Last reply
        0
        • M mehnazash

          hey Thanks i have done this but it works only on ones own machine , if the hostname or ip adrress is of remote machine, it says access denied how do we come over it

          M Offline
          M Offline
          minhpc_bk
          wrote on last edited by
          #4

          I'm sorry not to see your preponse, but I was offline right after posting the reply at the end of the day, I then had some beers with my friends and watched World Cup football games. Here, there are a couple of things that I'm not clear and you might want to check: + Does the remote machine sits in the same domain as yours? + Does the ASP.NET process identity has access to the remote machine. Basically, your ASP.NET application runs under the local account (ASPNET or NETWORK SERVICE) which has limited privilege, so you try to impersonate a domain acount which can access the remote machine when you use the Process class. For more information, see ASP.NET process identity[^] Btw, if you cannot wait until seeing my reply, you feel free to post a new thread with your new access denied issue so that other people can shed some light on it.

          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