I created a C# web site using Visual Studio 2012. I have a solution with 2 projects. One is for my web site and the other is a class library. I also have various image folders and a skinfile in my theme file. I also have several references for AJAX, Microsoft Application Data Blocks, etc. My web site all owrks fine.
I would now like to make a workable copy of this on another location on the same server. I tried copy and paste and xcopy but this does not seem to copy everything I need for the web site to work. What is the easiest way to do this?