Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want url routing like as sub domain.

For example my website is abc.com so that now i wants to url rewriting like

user1.abc.com,
user2.abc.com,
user3.abc.com,
user(N).abc.com

Also when ever once user is registered,
After that user can directly open site like: www.deviantart.com
user profile link is : abdussalam143.deviantart.com

I have no idea how to do it,

Thanks in Advance
Posted
Updated 23-Apr-13 0:36am
v3

1 solution

You can do it using URL Routing. Refer the link below:
Article : URL Routing[^]
Web App 2 : URI routing[^]


Hope it helps!
--Amit
 
Share this answer
 
Comments
abdussalam143 23-Apr-13 6:36am    
Iwant to do it on C# asp.Net WebForms not on "Python" sorry did not mention in question but i have update it now

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900