
On previous articles, we learned how to deploy multiple
ASP.NET MVC Apps on the same Azure Web App by using virtual applications. We also learned that for some cases when more
than one application defines the same routes, this may lead to an ambiguous
routing request if not configured properly.
Previous...