My website will look something like online store, where every user has his online store as subdomain e.g. user1.myprojectdomain.com
we need help that how can Manage sub domains. Do we create a Virtual Directory/application for every user in the IIS on runtime or we can do some thing else
I have created a website xyz.com
in my iis and created an entry in windows etc/localhost
as follows
xyz.com 127.0.0.1
and it is working fine. and then I did added another entry to route all sub domains as follows
*.xyz.com 127.0.0.1
Now I am trying to use abc.xyz.com or any other but it is not working