Hello all, I have a question about host name. what the other host name could be except the localhost? How do I find the host name and port number if I run my application on different machines? Thanks, dave
You can always run ipconfig in a DOS window, if you are using Microsoft. this will give you the IP address. As far as port. If you are using the default it is 1099, otherwise you are telling it what port to use already, so you should know that number. Mark