I need to deploy three Angular applications to the IIS 10. Routing needs to be functional for all situations and for all apps. The applications are in separate folders like 'first-app', 'second-app' and 'third-app' inside the folder which represents a physical path for the application.
For example, if I have a 'home' route inside the first app, navigating to the localhost/first-app/home should work without giving me the 404 error.
What is the best way of doing this?