I have a solution with several projects ... main, BOL, BLL, DAL etc.
Lets say code in the DAL changes. I compile the changed project and deploy the new DLL for that project to the web site.
Do the DLLs for the other projects in the solution play well with this new DLL or do all the DLLs for all the projects need to be compiled and deployed as well?