Separate layers into two different solutions one for frontend and one for backend #15560
Unanswered
MohammdaSalah
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi Currently you can only modify the solution structure manually. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we created a multilayer MVC application using ABP template but they are placed in one visual studio solution, we want to separate them to backend solution and frontend solution so that the backend solution should only talk to the database while the frontend have the user interface logic, the goal for this is to deploy each solution in a two different servers on the production servers.
We looked at the code and the relation between the layers I'm not sure if they are cleaned separated, it does not always talk to the database from one layer, many layers are doing that.
How we can accomplish this task?
Beta Was this translation helpful? Give feedback.
All reactions