I don't know whether usage of the term 'modular programming' as the topic title is correct or not. I'm developing a website application which consist of different parts such as:
- Registering information
- Editing information
- Changing user password and so on.
This software will be uploaded on different servers. This software should have a part using which the Administrator of software can physically remove the other mentioned above parts or add them again. If I wanna explain more, Administrator can check or uncheck the check boxes and specify which parts to physically remove or copy.
What can I do? I have heard about modular programming in CMSes like Drupal, Joomla in which a user can install or uninstall modules.
Can I remove my ASPX files in runtime?