"Build Automatically" is a real pain when you are working on a slow server because sometimes when you change one small item of code (or even just look at it) the whole project seems to rebuild - which can take many minutes and breaks the database in the mean time.
If I disable "Build Automatically" and build individual elements manually how much do I need to do?
For example if I modify a custom control do I need to rebuild the "parent" Xpage?