We have an HTML file that we load dynamically into
our web page. This file contains ToolTips and by making it an external
file to the build it allows us to modify the tool-tips as the processes
the tooltips describe change (government processes that
are being re-designed under the PPACA).
Since the file is integral to our project, it is checked into our VS
Online repository under source code control and gets automatically
redeployed when the whole package gets redeployed. And this works fine
But if we check out the file, make some edits and try to deploy ONLY
this file, we get a prompt for a password. And I have no idea what
password it wants.
What is the correct way to do this?
Part B of the question is that if we do manage to update the file on the Server - Even though the JavaScript code tries to reload the ToolTips.HTML file each time the relevant web page loads - we don't seem to actually get a refresh until we STOP/START
the running Web Worker process.
how do we get around any caching that may be going on