I recently renamed my root TFS folder from D:\\TFS\\systemstfs to D:\\TFS\\sys because one of the project\'s paths was too long for Windows. Now, when
D:\\TFS\\systemstfs
D:\\TFS\\sys
Turns out I had to edit %USERPROFILE%\Documents\IISExpress\config\applicationhost.config in the following way -
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config
I don't know how this file gets changed "properly", but editing it manually worked fine.