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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top