Are we able to do some transformation during the chaining of HttpModules? Say: when the web application recieves a http request, the first module changes the stuff between tags to Upper case and then pass the modified request to the next module. I tried to
modify the HttpApplication.HttpContext.Request (I suppose the HttpApplication is passed through all modules, not sure), but the properties are read-only. Is there a way to handle this? Thanks a lot.
Darren_Z
Member
5 Points
1 Post
Question on Chaining of HttpModules
Nov 22, 2003 01:21 PM|LINK