Let's that I've got the domain mydomain.com.
I want that when any visitor goes to
www.mydomain.com
xyz.mydomain.com
abc.mydomain.com
asd.mydomain.com
qwe.mydomain.com
etc...
the visitor will continue seeing "xyz.mydomain.com", but the real address will be "mydomain.com". my asp.net application will handle the differences between the addresses. I want that the subdomain can be anything.
The problem is: I'm using a shared host. They allow me to create subdomains and allow me to create some DNS records:
Address (A)
CNAME
Mail (MX)
IPV6 (AAAA)
TXT
Is it possible to set up my hosting to accept that asterisk/wildcards for subdomains? How do I do it?