Showing posts with label localization. Show all posts
Showing posts with label localization. Show all posts

Tuesday, 18 November 2008

Using HTTPModules instead of Global.asax

Great article on why we should use HTTPModules instead of Global.asax. Helps in error handling and localization.

Global.asax? Use HttpModules Instead!