As I have stated before I am coming to ASP.net from the world of PHP. On an Apache server using the mod_rewrite to make your urls simpler is a hugely popular practice.
IE turning
www.example.com/display.php?id=3423 into www.example.com/3423
Is there an equivalent or popular method to do this in ASP.net on an IIS server? Thanks.