I know that you can create routes in asp.net web forms, but how do I go about creating one that handles all my pages like mydomain.com/aboutus
?
I have heard about custom iroute handlers but can someone actually show me an example?
Can someone please send me an example in C# of how I would go about this? I do have a file called page.aspx
that will process all the requests for the CMS. I think it's a root handler I need.