[Mono-list] mod_mono and userdir

Daniel Lopez daniel@rawbyte.com
Wed, 12 Mar 2003 04:55:50 -0800


Yes, I already looked at the HttpApplication events and in the System.Web
namespace and could not find a path resolve event? Should I be looking
somwehre else?
The current place I am thinking on hooking is in BeginRequest

> There is a event that is called during path resolve, that could resolve that
> path into another physical path (just change it). I don't have time to make
> a poc now but take a look in MSDN.
> 
> Cheers,
>  Patrik
> 
> > -----Original Message-----
> > From: Daniel Lopez [mailto:daniel@rawbyte.com] 
> > Sent: Wednesday, March 12, 2003 12:35 PM
> > To: mono-list@ximian.com
> > Subject: [Mono-list] mod_mono and userdir
> > 
> > 
> > 
> > I believe part of what I want can be accomplished with 
> > 
> > HttpContext.RewritePath()
> > 
> > Not currently implemented in Mono, IŽll look into implementing it.
> > This can then be called from an HttpModule
> > 
> > Cheers
> > 
> > Daniel
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >