Search code examples
asp.nethttphandlerhttpmodule

HTTP handler vs HTTP module


Can someone explain in less than 2 sentences the difference between both? Yes, I know google can provide hundreds of answers but not one in 2 clear sentences:)


Solution

  • HttpHandler is where the request train is headed. HttpModule is a station along the way.