I have confusion regarding the ASP.NET MVC request handled by IIS. Because each authority says it's built on top of the ASP.net Engine. Thus, only the Url routing module and MvcRouteHandler matter, and they handle the request accordingly. I understand it.
But my question is how IIS understand that this is an MVC request. There is no extension in url, for example .aspx. So, how does it display to fix the ISAPI DLL .
I appreciate your help to clear my confusion.
Shiv mohan
source share