2 minute read
There are a number of reasons why you may want to change the folder that you store the TFS Cache. It can take up “some” amount of room so moving it to another drive can be beneficial. This is the source control Cache that TFS uses to cache data from the database.
Moving the Cache is pretty easy and should allow you to organise your server space a little more efficiently. You may also get a performance improvement (although small) by putting it on another drive..
Create a new directory to store the Cache. e.g. “d:TfsCache”
Figure: Create a new folderGive the local TFS WPG group full control of the directory
Figure: You need to use the App Tier Service WPGIn the application tier web.config (~Application TierWeb Servicesweb.config) add the following setting (to the appSettings section).
Figure: The web.config for TFS is stored in the application folder
`... <add value="D:" key="dataDirectory" /> ...**Figure: Adding this to the web.config will trigger a restart of the app pool** Figure: Your web.config should look something like this
The app pool will automatically recycle and Team Web Access will start using the new location.
If you then download a file (not via a proxy) a folder with a GUID should be created immediately in the folder from #1. If the folder doesn’t appear, then you probably don’t have permissions set up properly.
Subscribe to Martin's articles
Writing since 2006
Articles, usually weekly on Mondays. One click to leave.
Enjoyed this? One click, no account.
Smart Classifications
Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.
