PROJECT help

Discussion in 'C#' started by raasmasood, Sep 27, 2006.

  1. raasmasood

    raasmasood New Member

    Joined:
    Sep 27, 2006
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    i want to develop a remote access solution like a clone of www.logmein.com what i want is that my server to be coded in C# and when servers runs on certain machine i could acces that machine via it's IP and an agreed port number using my web broswer on a remote machine. like i wrte in browser
    http://202.65.34.3:2002

    and login page should be there where i will log in by giving passord of my windows acount and then i could tranfer files and gain control via web interface.

    i want some one to give me a start. some to tell me that what this terminology is called in purticual. what should study first. what we mean by web based remote acces. where client is web browser not an other dextop application. pleas is there some one to help me in this. i am really not able to get a start.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You need to be doing this in C/C++ where a service should be running on the server which responds to all the activities on that server through a patricular port. Which decides and allows other users to have remote connectivity by validating it on the server user accounts.

    I guess you should first start off without remote access the user should be able to validate on the current machine using your application and then go for a service which will use the above componnt.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice