Tell me how to deploy a website on a host if it consists of several projects? it is forbidden to register the path on the host, and each project in a separate folder is obtained
Thank!
Tell me how to deploy a website on a host if it consists of several projects? it is forbidden to register the path on the host, and each project in a separate folder is obtained
Thank!
Specify relative links for the link between the starting project and the additional ones.
copy to the server only the views used by the dll, content files and files obtained when compiling the project (from release). You don't need the source code.
instead of point 2, you can make an installation file (right in Visual Studio), and specify everything in the installer build process.
(I wrote that I know - a couple of times I poured all the sites on the hosting.)
You may also find this useful here.
Source: https://ru.stackoverflow.com/questions/194774/