I have two host headers for a single webpage:
- www.a.com
- www.b.com
both currently point to the index.html page. I want www.b.com to go to a specific directory and page:
www.b.com/otherfolder/index.html
Is this possible through the IIS UI or do I have to hard code this in the web config file? If hard coding is required, how would I write this?