Consult2code
Login
Register
All Activity
Q&A
Questions
Hot!
Tags
Categories
Ask a Question
Need Any Help in Coding Post your questions here
All categories
Technical
(3)
C#
(0)
ASP.NET
(1)
How to create a Short Unique URL for each user profile in ASP.NET
0
like
0
dislike
I need to create a unique URL for each user profile. Example: www.domainname.com/username or www.domainname.com/user/username
Can you please advice how to deal this.
asked
by
anonymous
2 Answers
0
like
0
dislike
Through Url rewriting , here is a link that clearly explains how it done
http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/
answered
by
Balakrishnan R
0
like
0
dislike
check this URL . Scott had explain in two parts about the URL redirection.
http://weblogs.asp.net/owscott/archive/2010/01/26/iis-url-rewrite-hosting-multiple-domains-under-one-site.aspx
http://weblogs.asp.net/owscott/archive/2010/05/26/url-rewrite-multiple-domains-under-one-site-part-ii.aspx
Regards,
Elam
answered
by
Elam