Answers embedded
> My question is:
>
> 1. What are the standard/recommended architectures for setting up
> development environments for ASP.NET applications ?
Have a dedicated development server on which the projects are created. As
long as your developers open the project from the server any changes they
make will updated on the server.
If they do a Project >> Build then the correct files will be automatically
uploaded to the dev server.
> 2. Which one should i use if i want to use
>a).visual sourcesafe for version management.
>b) debugging capability for all developers on their own machines rather
>than server,
>c) easier maintenance/no or least code synchronization hassle.
For easiest and most integrated version management consider using SourceSafe
version 6.0d. It directly integrates with VS.NET and when your developers
try to make changes to files it will prompt them to checkout the files. It
can even be set to upload the changes on vs.net shutdown.
I have been using win2k3 EE server as a dev server with XP destkop boxes and
it all works just fine. Tried other products for version management but too
used to sourcesafe to have stuck with it.
--
Regards,
Hermit Dave
(
http://hdave.blogspot.com)