Archives
Archives /
2007
-
Are Page Modules Still Useful In IIS7?
With IIS7 a new transfer method is available in the HttpServerUtility class. It's the TransferRequest method.
-
Page Flow Application Block With Page Modules
If you want to see how you can use Page Modules and its benefits, read this.
-
You Don't Always Need Page Modules
From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't.
-
Introducing ASP.NET Page Modules
From the need to handle events in every rendered page and not wanting to pay the penalties (network usage and server load) of frequent client redirects, I came up with the concept of Page Modules.