I have a root application (Angular Application) in IIS like "www.example.com". (Main Website) I need to publish sub applications under "www.example.com" like "www.example.com/app1".
I have deployed the website under root (www.example.com) and created virtual directories under root like (www.example.com/app1). I'm getting URL Rewrite errors.
I would like to know the necessary configuration settings need to achieve this.
Can someone please explain how to achieve this ?