setup.

  • Thread starter Thread starter Luis Esteban Valencia
  • Start date Start date
Although this isn't really an ASP.NET question, here's some information to
[hopefully] point you in the right direction.

Typically this would be done by creating a new site (not virtual or physical
directory) for each application in IIS and configuring each site to listen
on its own unique IP address. Of course, the DNS needs to be updated to
point to the correct site and the firewall needs to be configured to allow
the traffic for each site.

You could probably use host headers for a similar effect.
http://msmvps.com/bernard/archive/2004/07/29/10855.aspx
http://www.iisfaq.com/Default.aspx?tabid=2523

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top