I am working on a project in Angular and ASP.NET Core hosted on Plesk. The project is working fine except the page refresh yields the 404 page not found error. Whenever I hit refresh from the browser or reload the page, it gives the 404 error.
The structure of the files it's in the picture below.
The content in web.config is:
In the "wwwroot" folder I have the build from Angular, where I created a "web.config" file with the following content:
Also in the "wwwroot" folder, I have the "index.html" file with the following content:
Please guide me to solve this issue.
Thanks!