How to launch and montior rdp user sessions activity from Asp.net web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harisubu7
    New Member
    • Dec 2017
    • 1

    How to launch and montior rdp user sessions activity from Asp.net web application

    Hi All,

    I would like to know is there is any better approach to allow user to take RDP connection from asp.net web page (.aspx) and from there we need to monitor or capture keystrokes log and video log what user is doing inside RDP Session.
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    #2
    May I please know what purpose you want to achieve, what the application is all about ?

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      I'm not clear on what you are trying to do.

      ASP.NET is a server-side technology used to serve web content to web browsers for people to view.

      It does not control a client's computer because it does not do anything client-side.

      If you are looking to develop such an application, you will probably need to use a combination between client and server technologies and it won't be as simple as an ASP.NET Web Forms or MVC web application including JavaScript because these technologies are restricted through the security limitations of a web-browser.

      You would probably be looking at developing a web-service (you can use ASP.Net technology for the web service) that can be consumed by a client running on the user's computer. The client would be the tricky part to do.

      I would consider using (or building upon) a pre-existing RDP technology like Log Me In or something.

      Comment

      Working...