G
Guest
Hi there, we have a big ecommerce site contains lots of services which is
developed by different teams. But physically there are on the same site just
different folders. here is what I want to do :
1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.
2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile they
still can run the whole site or reference the common controls? I don't want
to bring up the whole site for each team , but it's kind of irrelevant for
their work.
Appreciate any inspiriting thought.
developed by different teams. But physically there are on the same site just
different folders. here is what I want to do :
1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.
2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile they
still can run the whole site or reference the common controls? I don't want
to bring up the whole site for each team , but it's kind of irrelevant for
their work.
Appreciate any inspiriting thought.