How to get separate DLLs for each area in an area concept applied project in ASP.NET MVC?


We are creating a big project/ERP in our software firm where we are using area concept for different modules. Problem is when we are publishing the project, there are only 5 project related DLLs like **.core.dll, *.utlility.DLL etc. What I am wanting is, to create DLLs for each area like HRMS.dll, Payroll.DLL, inventory.DLL etc. Is there any process?


Asked by:- SalmanZahir
0
: 2184 At:- 12/5/2018 7:59:13 AM
asp.net asp.net mvc mvc c#







1 Answers
profileImage Answered by:- Vinnu

In MVC Solution, if you have added multiple projects then each project has it own seperate .dll, but if you have one project and divided it using "MVC Areas" then I think it is not possible to get seperate DLL for it, as the project is same.

0
At:- 12/5/2018 9:02:54 AM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use