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