I have 2 developers using VS2005 Professional. What is the best approach for
development, particulary the setup of the VS project on each developers
machines.
Right now the site files for a project are kept on a file server. Both
developers go to File > Open > Website... > File System and go to the shared
location. Development seems to flow pretty well.
Is this best approach?
Kevin Yu [MSFT] - 29 May 2006 03:11 GMT
Hi James,
Since there are only 2 persons in the project, you can just use a file
share to share the source code between them.
You can also use Visual Sourcesafe 2005 for source code control in this
case. You can find some useful FAQ from the following link:
http://msdn.microsoft.com/chats/transcripts/vstudio/vstudio_080504.aspx
Kevin Yu
Microsoft Online Community Support
============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Carlos J. Quintero [VB MVP] - 29 May 2006 09:39 GMT
Hi,
See:
Resources about Visual Studio .NET and Source Code Control (SCC) integration
http://www.mztools.com/resources_net_developers.htm#SCC

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
>I have 2 developers using VS2005 Professional. What is the best approach
>for
[quoted text clipped - 7 lines]
>
> Is this best approach?