Here is the situation: We are using Team Fundation Server to be our source control for the VS2003 vb web project. We also have a build machine (NOT for a automate build, but for a manual build) for different user to login and do a build. The problem is: in TFS, everyone has to setup their own workspace, and the project can not download to the same local path which other user has already used. As you all known, web project in VS2003 needs virtual directory to be setup in order to open the project. So there is almost no way that everyone can get the lastest version and open the same solution file to do a build. Question: Is there a good way to do it? Thanks, Dav