Where is the location of http://<machineName>/Sites ??  
Author Message
Randy Trexler





PostPosted: Team Foundation Server - Setup, Where is the location of http://<machineName>/Sites ?? Top

Ok, I need a good resource that explains howTFS is working. Or maybe this is a WSS thing...I don't know. Please tell me how I can check and verify a TFS project WITHOUT using the Web Interface. For example, http://<machineName>/Sites...is this a file directory that I can browse to Is it something else If I logon to my TFS box and navigate to \\<machineName\Sites, there is just nothing there. It's empty and I guess I'm expecting to see a few TFS projects in there that I've created.

Please explain to me how I can begin to understand out TFS is working

Thanks in advance!



Visual Studio Team System29  
 
 
Brad Peterson PSS MSFT





PostPosted: Team Foundation Server - Setup, Where is the location of http://<machineName>/Sites ?? Top

Hi Randy,

No, there are no files there. Sharepoint generates all of it's content from the content database. You will need to navigate to the actual site name though (http://localhost/sites/projectname) Reporting Services is the same deal, content is generated from the reports that are stored in databases, not files on disk.

Thanks,

Brad