Web Setup Project w/ Multiple VirDir's
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
We have a number of Support tools that need to be deployed as 2nd Level VirDir's. I have accomplished most of the deployment withing a single setup project with multiple Web Custom Folders for each tool. Problem is as you add each Web project (each tool has it's own) primary output, files, etc, it assumes the dependencies are in place because the previous project had the same ones. Problem is they aren't at the same level and each app/VirDir doesn't have its dependencies. Has anyone figured anything out without adding each dependency or a single project for multiple tools?