Using windows servers, how would a SaaS web application allow for customers to use their own domains?
From what I have read, they would enter a CNAME record for example.com/myapp/ to redirect to my server.
Is there anything I would have to do on my end DNS/etc. wise? (My application will lookup the URL, and find their data obviously).
I am more converned with hardware/dns/routing settings etc.