Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MOSS » Event handler   (RSS)

Disable Event handlers during Content Deployment (Sharepoint 2007/MOSS)

When we are doing a content deployment in a publishing site and there are lot of event handlers attached to list/libraries then be aware that by default content deployment tells PRIME not to fire events during import. You can change this setting, but

How to un-register an Event Handler on a List, sharepoint 2007, MOSS

Best way to deploy your event handlers in Production environment is thru Solutions/Features. All you need to use is Feature Assembly and basically use Feature Activated and Feature Deactivating events. Following is the code that you might want to refer
 
Page view tracker