C
Chris
We are making the move to an asp.net three-tier architecture. Ease of
deployment is a big factor. One thing that confuses me is deployment. XCOPY
should be enough. If I have a DAL, BAL and a Presentation Layer and I make a
change to the the business layer and build it on my deployment machine will
simply copying the dll deploy it or does the whole application need to be
rebuilt? Quite often I find that changes don't seem to show up in Visual
Studio until I have built everything.
Also I find code behinds in my Presentation Layer unnecessary as all the
preentation is carried out by CSS. Is there any problem with this. Does it
make a distraction.
Regards, Chris.
deployment is a big factor. One thing that confuses me is deployment. XCOPY
should be enough. If I have a DAL, BAL and a Presentation Layer and I make a
change to the the business layer and build it on my deployment machine will
simply copying the dll deploy it or does the whole application need to be
rebuilt? Quite often I find that changes don't seem to show up in Visual
Studio until I have built everything.
Also I find code behinds in my Presentation Layer unnecessary as all the
preentation is carried out by CSS. Is there any problem with this. Does it
make a distraction.
Regards, Chris.