User-1866737713 posted
Hey All,
I'm trying to alter my website structure to enable rapid deployments, where i can partially update part of the site functionality.
Now i captured my site functionality into separate asp.net WebParts and a shared business layer and DAL but i want to be able to deploy each webpart when updated separately at the time it's changed.
The current situation is that i have all my webparts in one namespace and one assembly, but i want to have separate assembly for each webpart.
Is this a good approach? if not , why?
If Yes ? how to best deploy it?
Your help is highly appreciated,
Zoooma