Deleting Modules
When a module is deleted, is there a hook anywhere that can be used to remove any admin pages that were created, and to do any other cleanup necessary, etc? There is an Install method for installation. I don't see an Uninstall method.
Hi Lorne,
Open ~/App_Data/Sitefinity/Configuration/SystemConfig.config file and in the applicationModules node add startupType attribute to the module you want to disable
startupType
=
"Disabled"
We have a problem with disabling/deleting modules. This issue is logged as a bug (#100832) and should be resolved by official release. If you want to enable the module again you should try setting the StartupType to OnFirstCall and restart the application.
Best wishes,
Ivan Dimitrov
the Telerik team