eliminating the physical file requirement

  • Thread starter Thread starter PJ6
  • Start date Start date
P

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
 
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
 
Back
Top