1. I bought an domain name, mydomain.com.
  2. I have a public static IP, xxx.xxx.xxx.xxx.
  3. My IIS server runnning on the static IP and I can access it via the IP (not the domain name).

In the domain name control panel there is 2 text boxes for nameservers. What should I put there?

link|improve this question

80% accept rate
feedback

1 Answer

If your DNS is resolving properly then it sounds like you need to enter the URL into the Virtual Server for that site, not the NS entries.

link|improve this answer
+1 @Jonathan: I have no idea what Virtual Server is. I am a newbie, could you explain it in a simpler and easy-to-understand sentence? – LaTeX Mar 30 '11 at 7:53
Sure, there's a lot of jargon surrounding "vhosts" and "virtual servers". Essentially instead of your browser asking for an IP address these days it asks for a URL like www.business.com. Your Web Server needs to know which file to serve for www.business.com and that's one of the reasons that each site must have a Virtual Server. Hopefully this old article will help a bit: support.microsoft.com/kb/816576 – Jonathan Ross Mar 30 '11 at 8:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.