Backing Up Project files.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Schmid

    Backing Up Project files.


    I am developing using Visual C#.net. It appears that my web projects create
    files in both "My Documents\Visua l Studio Projects" and ".\inetpub\webr oot".
    Does backing up these files ensure that my code is all backed up? Is there
    a backup/restore FAQ somewhere?


    --
    Thanks,
    Martin Schmid, EIT, CCSA, MCDBA, MCSE


  • Mark

    #2
    Re: Backing Up Project files.

    Yes - if you backup both locations, you're in good shape. For web projects,
    the primary files are locatedin the inetput\webroot \. If you are doing a
    desktop application, or creating a class library .dll, those files would
    primarily be stored in the my documents folder. Note that you can modify
    the default location of your .NET solutions in the options of VS.NET.

    As it is .NET, all you have to do is copy to back them up ... nothing fancy.
    Restoring the files after a drive loss would only requiring setting up
    virtual directories, and then putting the files back in their approrpriate
    spot.

    Good luck.
    Mark

    "Martin Schmid" <martinschmid@s bcglobal.net.no spam> wrote in message
    news:O45fEtXmDH A.2500@TK2MSFTN GP10.phx.gbl...[color=blue]
    >
    > I am developing using Visual C#.net. It appears that my web projects[/color]
    create[color=blue]
    > files in both "My Documents\Visua l Studio Projects" and[/color]
    ".\inetpub\webr oot".[color=blue]
    > Does backing up these files ensure that my code is all backed up? Is[/color]
    there[color=blue]
    > a backup/restore FAQ somewhere?
    >
    >
    > --
    > Thanks,
    > Martin Schmid, EIT, CCSA, MCDBA, MCSE
    >
    >[/color]


    Comment

    Working...