> We have one development server, and multiple production > servers. For each separate server in production, I'm just > creating a New Site in IIS on the development server, each > using a different port. Is there a better way/best practices > approach to keeping these servers separate in the development > environment? Thanks in advance.
Set your host headers in IIS and add the entries into your DNS servers or hosts files. But... if you need SSL on more than one site, you will need a different IP or different port for those particular sites as you can only have one SSL cert for each IP/port combination. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224204 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

