Hi All,
I am new here so hi.
I use BC3 extensively to manage my source ASP.NET code on my dev and test servers. However my production server has precompiled ASP.NET code for security and performance reasons. I have a seperate Live Source folder which I compare with my Test source folder, and all is fine. I then compile this live source folder into a build folder. What I would really like to do is to compare this build folder with the online build folder to see the differences which I can do easily with the source code, and then copy the different files. However this is not possible as far as I know.... or is it??? One of the main problems is theat Visual Studio recompiles the whole projects so all files have changed, certainly by "date", although the contents may be the same.
Thanks,
Sam
I am new here so hi.
I use BC3 extensively to manage my source ASP.NET code on my dev and test servers. However my production server has precompiled ASP.NET code for security and performance reasons. I have a seperate Live Source folder which I compare with my Test source folder, and all is fine. I then compile this live source folder into a build folder. What I would really like to do is to compare this build folder with the online build folder to see the differences which I can do easily with the source code, and then copy the different files. However this is not possible as far as I know.... or is it??? One of the main problems is theat Visual Studio recompiles the whole projects so all files have changed, certainly by "date", although the contents may be the same.
Thanks,
Sam
Comment