Russell Munro

Results 2 comments of Russell Munro

thanks, this will do nicely for now.

Just FYI for future visitors, this code worked better for me as an override: ``` public class RedirectProc: RedirectProcessor { public override void Process(HttpRequestArgs args) { var requestedPath = HttpContext.Current.Request.Url.AbsolutePath;...