Home All Groups Group Topic Archive Search About

eliminating the physical file requirement

Author
8 Sep 2006 3:15 PM
PJ6
I want to support web addresses that do not correlate with any physical
file, but rather based on my own rules, instatiate Page objects and cause
them to render manually. Is this possible?

Paul

Author
8 Sep 2006 7:16 PM
Rob MacFadyen
Paul,

You can... there's a commercial tool that might help:
http://www.isapirewrite.com/

A simple scheme is available via asp.net 2.0's urlMappings web.config
element.

You can also do this via your own http handler... try searching for
urlrewrite and httphandler.

Regards,

Rob


Show quote
"PJ6" <no***@nowhere.net> wrote in message
news:O5bymm10GHA.4816@TK2MSFTNGP06.phx.gbl...
>I want to support web addresses that do not correlate with any physical
>file, but rather based on my own rules, instatiate Page objects and cause
>them to render manually. Is this possible?
>
> Paul
>
Author
8 Sep 2006 7:19 PM
nirmal.c
yes.

Look at HttpModule or if not ASP.NET - ISAPI

Following article is good read.

http://msdn.microsoft.com/msdnmag/issues/02/08/HTTPFilters/

PJ6 wrote:
Show quote
> I want to support web addresses that do not correlate with any physical
> file, but rather based on my own rules, instatiate Page objects and cause
> them to render manually. Is this possible?
>
> Paul

AddThis Social Bookmark Button