We have an HTNL 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?