I have this setup in IIS: 1- Default website 2- Site1: binding test.example.com:10.10.10.10:80
I want to have *.test.example.com to point to Site1 so if I go to test1.test.example.com I will see the application on Site1, note that I have in the DNS a multiple A records: test.example.com 10.10.10.10 *.test.example.com 10.10.10.10
how can I achieve this?