Re: weird design

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Alejandro Penate-Diaz (alejandro_at_apenate.com)
Date: 12/26/04


Date: Sun, 26 Dec 2004 14:46:34 -0500

I suppose it can be done using global.asax OnBeginRequest or something like
that.

"Joerg Jooss" <joerg.jooss@gmx.net> wrote in message
news:u1ecbXz6EHA.4040@TK2MSFTNGP14.phx.gbl...
> Davids wrote:
>> hi,
>> I cannot understand how some .Net ASP pages are designed. There are
>> so many blogs for example that have subpages like
>> http://xxxxx.net/blog/archive/2004/11/18/68.aspx
>>
>> which ought to mean they have a seperate .aspx page for each and
>> every blog entry? Why isn't this just a simple displayblog.aspx page
>> taking parameters and loading from a database???
>
> These sites certainly use URL rewriting, e.g.
> /blog/archive/2004/11/18/68.aspx
> becomes
> /blog/displayblog.aspx?location=archive&year=2044&month=11&day=18&entry=68
> (note that I made up these parameter names).
>
> Cheers,
>
> --
> Joerg Jooss
> www.joergjooss.de
> news@joergjooss.de
>