Application Architecture
Hello All,
We are going to migrate our asp web project( an ERP project) to asp.net. It is a huge application(containing about 1000 pages). So we have to desing an architecture. But the problem is our team does't have experience in designing nested project. Our project is made up of several nested project as you can imagine an ERP.
for ex.
Main project
-Sales project
-Account project
-MRP project
-Payroll project
Can anyone suggest us how should we nest our project so that all the modules should be lossely coupled and we can share global resouces of main project such as themes, master pages ect among the nested project. And we can cross reference the assembly among them.
Thanks in Advance.
|