One way to get notifications from EPiServer is listen to EPiServer.DataFactory events. This is great. However this must be done carefully otherwise it will cause memory leaks and other strange behavior on site. When this happens normally we take memory dumps and analyze the memory dump. It could take long time since you need do the memory dump and copy to your local computer and so on. Here is a simple solution. By using reflection we can list all pageeventhandlers that listen to datafactor...
[ Read full article ]