When I deploy applications to our biztalk server, we deploy to a test machine, add all the necessary resources, and then export an MSI that we import on our production servers (we have two). The other day, I noticed that there are dozens of folders on our production servers that appear to be copies of each developer's source code location. For example:
- C:\Development\MyProject1
- C:\Projects\SomeProject
- C:\Users\Ryan\My Documents\Visual Studio Projects\Another Project
- Many others
They're all projects we've deployed to Biztalk, and the folders don't contain source code, just the "Deployment" folder of each Biztalk project with DLL files in it. However, I thought the MSI packages were adding the DLL files to the GAC, or at the very least, were putting them in the MSI install target folder (all MSI files are installed to "C:\Biztalk\ProjectName").
Can somebody shed some light here? Are these extra copies safe to delete, and will that stop my Biztalk applications in their tracks?