How ASP.NET Core Middleware is different from HttpModule?

v HttpModules are nothing else, but they are very similar to Middlewares only.

 v HttpModules are registered in the web.config or global.asax file of the ASP.NET framework, while a Middleware is registered via Configure method of the startup.cs class. 


 

Post a Comment

Previous Post Next Post