Hello,

It's been a long time I did any web development, and I feel I need to brush up few things.

I may have known this before but can't seem to recall it right now. Until now, a typical URL for accessing a page would look like this (to me atleast):

http://domainname.com/<foldername>/page.aspx

If you look at any wikipedia page, it would be:

http://en.wikipedia.org/wiki/ASP.NET

If I start working now, I would end up with something like:

http://mysite.com/<some_folder_or_not>/aspnet.aspx

How'd you achieve that wiki style URL effect in ASP.Net?

Thank you.