Is it correct to say that an ASP .NET MVC application is an HTTPModule?
- by stormwild
I just wanted to clarify my understanding of ASP .NET MVC (current version is 4).
I was reading this article on How does ASP.NET MVC work?
So, how does ASP.NET know how to route requests to MVC? The answer lies in web.config. There is a new http module added to modules collection in ASP.NET MVC projects
So basically an mvc application is…