How to share code for development

  • Thread starter Thread starter EDom
  • Start date Start date
E

EDom

In VS how to share the code and then debug at the same time on different
machines. Basically use the debugger of the local machine and the shared
code from server. Is it possible?? how to configure IIS for this.

Regards,
Vineet
 
Yes using Visual Source Safe
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html
/tdlg_rm.asp)
or another version control system...

(developpers are using nothing but their local server, the "shared" code is
actually updated at will on each developer machine from the central
location, a developer can check out a particular piece of code to update on
his own server - making it unavailable for changes elsewhere - and make this
change available once checked in).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top