I've managed to get my codebase/repository/machine into a state where git reset --hard
breaks my code and closing/re-opening the sln in VS fixes it.
Specifically:
git reset --hard
git reset --hard
Error Details:
Obviously I've checked that the config file is present, in the correct place, and is well-formed (no unclosed tags, etc.) at all points.
My First guess was file permissions but neither chmod web.config 777
, nor Window permissions > Everyone -> Full Access made any difference that I could tell (possible that I miss-applied them, though?)
User contributions licensed under CC BY-SA 3.0