I am using a VisualStudio for developing and debugging my html. But, when i debug my html file after few changes in it, my browser showing the result page which is previous. Each and every time i am hitting refresh few times to get my exact result.
Is there anyway to achieve the resultant page with my last changes without hitting refresh?
Press Ctrl+F5 to force a full refresh and ignore any cached copies of the page.
This saves you having to clear your entire cache out completely all the time.