I am running Windows 7 Professional. I have a site running with Internet Information Services. When I make changes to a page on the site, refreshing the page in Internet Explorer 10 will display the changes, but refreshing the F12 debugger will not.
Process:
- Run site on IIS.
- Go to a page on the site in Internet Explorer.
- Modify the page in Visual Studio 2012.
- Refresh page in Internet Explorer.
- Open F12.
At this point F12 still shows the old code, and if, for instance, a JavaScript error happens and I try to go to that line, it appears to highlight the characters at the correct index of characters (if the block of text visible was updated), but the characters highlighted are of the old code.
Closing IE and reopening it appears to fix the problem. Is there a more convenient way? Windows Update says I'm up to date.