I have seen binding option in the IIS 7 to bind different sites. I tried to bind a google.com to a site created in the IIS 7 but it didn't work. Can you please clarify with the concept of binding in IIS. thanks !
|
closed as not constructive by mailq, Scott Pack, rnxrx, Michael Hampton, mulaz Oct 4 '12 at 1:01
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
IIS has the ability to serve multiple sites from a single IP Address using "host headers" which means than when a request comes in to a particular domain e.g. http://google.com or http://microsoft, even if both those are pointed to the same IP address in your DNS server, IIS can detect which one the request is for and direct the request to the correct site/virtual site. Without this, we would have run out of IPv4 addresses long ago as it basically allows hosting companies to put multiple sites on single servers with a single IP. Of course you need to OWN the domain in order to point the DNS record to your server (!) or, for testing purpose could just hack your /etc/hosts file |
|||||
|
|
There is a good blog post explaining the concepts of binding in IIS. http://blogs.technet.com/b/chrad/archive/2010/01/24/understanding-iis-bindings-websites-virtual-directories-and-lastly-application-pools.aspx If you have a concrete question, then come back with that. |
|||
|
|