I have a domain mysite.com which hosts asp.net website. I want to add virtual sum-domain user1.mysite.com , user2.domain.com etc without adding sub-domain under DNS.
I have tried couple URL rewriting option suggested in Stackoverflow itself. but it didn't work.
when hit www.mysite.com it taking to me the redirect/rewrite path. but other than www everything loads with default IIS7 page. Do we really need sub-domain to be created under DNS?
Can't we do it programmatically?
Can you anyone please explain in a step by step to implement this?