Url Routing/Rewriting in ASP.NET

KirbyfGerard

New Member
We want to add some more data tracking to our website and we want to attach a keyword onto the end of a url.I have something like thishttp://www.samplesite.com/t/1/video/123456http://www.samplesite.com/t/2/video/123457http://www.samplesite.com/t/3/video/123458and I want it to look like thishttp://www.samplesite.com/t/1/video/123456/funnyhttp://www.samplesite.com/t/2/video/123457/sportshttp://www.samplesite.com/t/3/video/123458/informativeI've been searching the internet trying to figure out how to do this and I haven't really come up with anything. I'm able to paste those urls in and get to the right page but I don't actually know how to make those pages have those urls when they load. I realize this question is pretty open ended but I'm basically looking for some starting points on some more searches as I don't think I've been phrasing things the best. Thanks in advance.
 
Back
Top