I have an ASP.NET WebApplication project. We have TFS build definition to do an auto deploy to our test server.
I occasionally get this error when I kick in a build:
The process cannot access '
..\PrecompiledApp.config
' because it is being used by another process.
I am sure build service is not able to delete that file.
Any idea why would this happen and how do I to stop this happening?