Help with .NET
-
Hello Dear, I want to develop a program that will be connecting to two or more computers which will be located in two or more diferent countries (e.i. USA and other country). It'll be kind of a chat program. If I were to open a business in another country while I am residing in the USA, I want to abe able to check my business through this program. I have experience writing programs that run just in local computers. I have a good understanding and experience with the languages below. It is my first attemp to develope an application or program of this magnitude. Tools I have available : VB 6.0 VB.NET C++.NET MS SQL Server 2000 MY SQL Microsoft Access ** I know some COM+ Would any one give me his/her suggestion. --I would like to know how to do the connection between two or more computers located in diferent countries. --Do I have to talk to my telephone service company to give me some access point. Or I can just simply use the internet? --In terms of Development: + Which of the above languages will be more efficient for this project? + Should I use Remoting, Webservice, or TCP/IP Connection? Any suggestion, idea or brainstorming will be appreciated. Thank you Amadeo Amadeo
-
Hello Dear, I want to develop a program that will be connecting to two or more computers which will be located in two or more diferent countries (e.i. USA and other country). It'll be kind of a chat program. If I were to open a business in another country while I am residing in the USA, I want to abe able to check my business through this program. I have experience writing programs that run just in local computers. I have a good understanding and experience with the languages below. It is my first attemp to develope an application or program of this magnitude. Tools I have available : VB 6.0 VB.NET C++.NET MS SQL Server 2000 MY SQL Microsoft Access ** I know some COM+ Would any one give me his/her suggestion. --I would like to know how to do the connection between two or more computers located in diferent countries. --Do I have to talk to my telephone service company to give me some access point. Or I can just simply use the internet? --In terms of Development: + Which of the above languages will be more efficient for this project? + Should I use Remoting, Webservice, or TCP/IP Connection? Any suggestion, idea or brainstorming will be appreciated. Thank you Amadeo Amadeo
Hi First you need the I.P of the other computer that you want to connect to. Either it must have a static ip / dynamic ip. If it is static ip then you can connect to that computer easily. if it is dynamic ip, you need some application to run on the dynamic ip machine to inform the current ip that it has been assigned. hope this helps. Kanniah