I have an existing Angular website in that I want to deploy ASP.NET MVC application inside the virtual directory. the problem is when I try to route to ASP.NET MVC application inside a virtual directory it shows "403 - Forbidden: Access is denied." error on IIS.
I tried adding a new url rewrite rule in web.config of an angular application as given in
https://www.stefanoscerra.it/iis-rewrite-rules-configuration-angular-web-config/
but it tries to find the angular route and if not match any angular route it redirects to the angular default route
