This blog will detail how to do URL Rewriting.
The idea here is to provide a method to allow us to write URLs like these
http://www.store.com/articles/links
http://www.store.com/articles/aboutus
http://www.store.com/articles/resources
and have them resolve to
http://www.store.com/articles.aspx/links
http://www.store.com/articles.aspx/aboutus
http://www.store.com/articles.aspx/resources
Note that the source URLs don't have any '.aspx' at all.