iis - www not working with sub domain based multi tenant asp.net mvc 5 application -
i have developed sub domain based multi tenant application in asp.net mvc 5 , deployed in azure app service platform. working following url patterns perfectly.
t1.abc.com/.../.../...---
t2.abc.com/.../.../...---
but when try following urls
www.t1.abc.com/.../.../...---
www.t2.abc.com/.../.../...---
it showing following 404 error page.
how can solved?
is possible use url rewrite solve issue?
i trying this solution not seems work.
azure webapps support wildcard domains of per https://azure.microsoft.com/en-us/blog/azure-websites-and-wildcard-domains/ , support double wildcard custom domains not yet there/
this on feedback\suggestions list https://feedback.azure.com/forums/169385-web-apps-formerly-websites/suggestions/7026845-support-double-wildcard-custom-domains
you might have add www custom domains manually in portal make work.