Hey Folks,
I've got a rather interesting task ahead of me, now that I've got my first 3 (of 5) modules knocked out (and will be working on the last 2 later today), I need to turn my attention to the virtualization portion of my assignment.
What I need to do is to take the url
http://www.domain.com/Level1/Level2/Level3/Level4/PageName.aspx and make it so that when I create some specific pages, so that I can then disect the url and use the contents of level 3 and 4 to tell the page what it needs to do to display with a specific skin, data parameters for stored proc calls, etc.
Friendly URLs is not what I want, because, at least to my understanding, friendly URLs can not take a variety of different paths and point them to the same page, so then the page can display things appropriately. I want to be able to create dozens, if not hundreds of virtual directories, which have the same set of pages included within each virtual directory.
Is any of this going to be included in Cambrian by chance?
Ice