Possible Duplicate:
How does stackoverflow add the question title to the end of it's routes?
Hello all,
I'm inteding to develop a website somewhat similar to stackoverflow. I would also like that the question asked in my website will serve as the filename of the page. For example, stackoverflow question like "How does stackoverflow add the question title to the end of it's routes?" will result in this filename (as taken from the address bar): "Adding ID and title to URL slugs in ASP.NET MVChow-does-stackoverflow-add-the-question-title-to-the-end-of-its-routes"
How it is done in .NET technology?