Posted on 13/11/2017 13:31:13
You have 2 options
Create a solution with 2 projects:
- One for you custom code pointing to the rootfolder of the website, i.e. c:\projects\solutions\customer1\Application
- One for your templates point to the files folder, i.e. c:\projects\solutions\customer1\files
With this setup, you have c:\projects\solutions\customer1\Application has home dir, c:\projects\dynamicweb\Application(9.3.6)\Admin as a virtual folder named /Admin and c:\projects\solutions\customer1\files as a virtual folder called /Files. Then you can just add a new DW version, i.e. c:\projects\dynamicweb\Application(9.3.7)\ and move the virtual /Admin location.
The other and more simple solution:
- Have one project in the root of the website, c:\projects\solutions\customer1\. In here copy your /Files folder and copy all of Dynamicweb application (I.e. Content of Application(9.3.6)) so you would have /Admin, /Bin, /Files in the home dir and also Global.asax, web.config and maybe a few other files in the root.
First approach is suitable if you have many custom solutions in the same environment and is how we do it. Second approach is easyer if you have only a few or only update on occasion
Hope this clarifies.
BR Nicolai