I am trying to search for tutorials or blog posts on middleware for ASP.NET MVC 4 websites but I have found nothing. Any resources would be appreciated.
One of the main points that I would like to know about is how I can register the middleware in ASP.NET MVC websites as the only tutorials I have found use ASP.NET Core nuget packages and of course they aren't applicable for my case.
Thanks