|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
eliminating the physical file requirementI 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 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 > 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 |
|||||||||||||||||||||||