Here is what I want to do: I have a bunch of client URLs like client1.some.com and during maintenance I am redirecting them using Traffic Manager to banner.some.com At this point it fails to show them my banner because their host names are not in "Custom Domain" section
I want to find a way to use WebApp for all clients so it won't care from what URL it came from. In that case once I get more clients I don't have to go to my WebApp and add their host names.
By now I have to go to me DNS provider and add awverify records there only after that I am able to add new custom domain on web app.
I want to make IIS ignore host header info and just return index page from default web page.
Thanks Ihor