We are going through the understanding of how the ASP.Net MVC request processed from start to end. During that we got the struck in the below point.
If we host multiple ASP.NET MVC applications in the same server with same pattern of Routes, how the web server picks the right MVC application to fulfill the request.
Explaining with internal working with example would be helpful to understand the concept.
Thanks in advance.