User253482888 posted
Hi all,
I really don’t know what to enter into a search engine for this so I hope my question makes sense.
I'm building a website that will include a profile page for each registered user (eg. domain.com/username), but I don’t want to actually create a copy of the profile page for each individual user.
All of the users information is in a database so I can view each users details in a single template page (template.cshtml).
What I want is to enter the web address (domain.com/user1) and for it display the page template.cshtml but showing the details from the database for user1
I'm sure the mainstream sites must do something similar (like Facebook – I can’t imagine they have 500m individual profile pages).
Id be grateful if someone can give me directions on how to achieve this, or tell me what its called so I can search it properly.
Thank you