In IIS we have a website. We are turning this website off. We have redirected all the pages to another server using the redirect. So any hits to example.com will be displayed as example2.com.
We wish to turn the old server off. So the redirect will no longer work. I know I need to change the DNS of example.com to go to the IP address of example2.com.
Is it possible to get the IIS site to handle example.com and server any requests to that to the default page of example2.com?
Or is it better to create a new site on the server for example.com and get that to redirect to example2.com like the site on the original sever that has been switched off.