Try our conversational search powered by Generative AI!

Debugging scheduled plugin?

Vote:
 
Has anyone tried to debug a scheduled plugin, knowing what to do to set this up? I have tried attaching to the EPiServer.ShedulingSvc.exe process with no luck at all.
#12159
Nov 08, 2004 14:09
Vote:
 
Is there a specific problem you are trying to solve?
#13763
Nov 08, 2004 15:04
Vote:
 
You'll have to attach to the aspnet process, the scheduler will execute all jobs in the same context as the web app (to make sure caching and other features stay in sync with the rest of the application).
#13764
Nov 09, 2004 10:36
Vote:
 
Thanks Per - that did the trick. Must have done something wrong at my first attempt on that process. John - just general debugging by tracing code.
#13765
Nov 09, 2004 11:19
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.