I have small team of 5 developers. I have set up Team project (web site) on TFS
Each team members has workspace mapped like this
Team project/projektA --> local c:\work\projekctA
Team project/projektA/projectA --> networkshare n:\projektcA
Web site solution is stroder on c:\work\projectA (and on source controll too)
projectA is our beta site for production site. After testes files are manually copied to production site.
Vill there be any problems on using same shared folder to develop veb site project? What would be better way to develop .net web site project in team?
Some backround. We have not been using source controll before, every code changes have been made usign text editors. And web site is quite big with lot's of extensions and virtual dir and applications. >ll files counting together , over 500 000 files on root. We are used to be very fast on our type of developing proces...