A more elegant solution to avoid ugly URL's with MCMS
Today I played around a little bit more with HttpModules and implemented a more elegant solution for the problem as discussed in my previous post. Especially the second problem – normal postback caused by ASP.NET controls – was not properly solved as it required to do the modification on every template file. Using an HttpModule avoids this overhead. Here […]
