B
bizz
I must have missed something in my experience with .net, since there
is not a lot of questions about this...After I completed my ASP.NET
application, it was put on the live server and runs fine. Then I turn
the app over to a maintenance staff. Everytime an update needs to be
made to the site, we have to do a build and recopy over the whole .dll
file. It does not allow us to incrementally make changes to the site
and deploy things as they are ready.
For example, I needed to change a simple line on a code behind page,
but another developer was halfway through working on a large module.
I had to wait until he was done to get my changes live. It is really
not good, as with asp we could put up files as we were ready.
I am on the brink of deciding which language to use for a $200,000
project, but if I cannot incrementally deploy my solution, asp it is.
Thanks, Bizz
is not a lot of questions about this...After I completed my ASP.NET
application, it was put on the live server and runs fine. Then I turn
the app over to a maintenance staff. Everytime an update needs to be
made to the site, we have to do a build and recopy over the whole .dll
file. It does not allow us to incrementally make changes to the site
and deploy things as they are ready.
For example, I needed to change a simple line on a code behind page,
but another developer was halfway through working on a large module.
I had to wait until he was done to get my changes live. It is really
not good, as with asp we could put up files as we were ready.
I am on the brink of deciding which language to use for a $200,000
project, but if I cannot incrementally deploy my solution, asp it is.
Thanks, Bizz