Possible Duplicate:
How to use DNS to redirect domain to specific port on my server
I have deployed our company intranet website to IIS 7 server added the following binding info
IP Address: All Unassigned
port: 3333
domain name: subdomain_name.domain_name.com
I have added the entry in dns also. I can ping the fully qualified domain name but when I throw it in the browser I get 404.
When the site is deployed under port 80 it works just fine. However, it doesnt work when my site is hosted on anything other then the default port (80).
Is there a way to do this? I want to access my site deployed on port 3333 like the following: subdomain.domain.com