Trying to understand why my routes are failing when I refresh my page on a VueJS application hosted on IIS.
Everything normal while I browse but when I press F5 or update view information through a button, it throws me a 403 error.
I share some images of the project hosted in IIS:
The website is structured as follows in IIS:
When running the project locally I have no problem, only when I mount the website in IIS.
I'm wondering if others have experienced that issue, or if it's possible, please kindly guide me on what area I should look at to get this working in an IIS hosting environment.
Thanks.