Iam new to web hosting .I am trying to host a dynamic html page that shows an updated value from a json file which resides in the same directory where the html page is hosted. I hosted the page through IIS with port number 8081 as new website and when I browse the page , it is not showing the updated value from the josn file. If launch the page from the directory itself, it shows the updated values.
Expected: The web page should show the updated values from the json file whenvever it updates frequently
Actual: The web page shows the static value and not reading the values from the json when it get updated
Appreciate if anyone can help to resolve this issue?