Backup/restore Projects??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Our company needs to provide source code to the government for projects we developed for them.

We have three projects to supply.

What is the best way to provide these to them?

I am somewhat new to .net but need to get this done asap.

Any suggestions welcomed.

Alex
 
Alex,

I have always sent source code by simplying zipping up everything and
sending one zip file. This method works, but may require manual tweaking to
get some computer related settings configured on the other side.

A bit more complicated, but still doable, alternative solution is to create
a MSI which can install and setup everything your project needs. Look at
the ASP.NET Starter Kits for a sample of shipping source code in a MSI.

Eric
 
Thanks for the responce Eric.

What I should have made clear is that I'm talking about extracting(or copying) a complete project(s) from MS Development Environment in a form that can be restored to a different system which has a MS Development Environment.

If that is possible, I missed it...I'm very new to this so I wouldn't be surprised.

Thanks.
 
Back
Top