Asp.net – How to change the domain name but keep all page names and functionality?
I have an e-commerce website, lets call it www.sellingstuff.com. Is there a way to create a duplicate site, for example www.otherstuff.com so that they're identical in every way? For example sellingstuff.com/products.aspx?id=123 should show the same page as otherstuff.com/products.aspx?id=123. There are…