Hi
I need some advice about my port number and domain name.
I have purchased a domain
www.gocars.co.nz and I want that to point directly to my NT program. The server that I am running on has IIS listening on port 80 and I have built my program with port 8092. When I quote the IP address of the server with the 8092 port number my program works fine and I have been testing in this mode.
I now want to go into production and would like gocars.co.nz to point to the program (through some internal 'address translation (?)).
What are my options (if any) and what is the implementation:
1. gocars.co.nz:8092
2. <ip address>:8092
3. gocars.co.nz
4. Dedicate a server so that I can use port 80
5. Other
Thanks
Keith