I have developed the sub domain based multi tenant application in asp.net mvc 5 and deployed in the azure app service platform. It is working with the following url patterns perfectly.
t1.abc.com/.../.../...---
t2.abc.com/.../.../...---
But when I try with the following urls
www.t1.abc.com/.../.../...---
www.t2.abc.com/.../.../...---
It is showing the following 404 error page.
How it can be solved?
Is it possible to use Url Rewrite to solve this issue?
I am trying to this solution but it does not seems to work.