Monday, May 25, 2009

Debugging Custom Timer Jobs

You can debug timer jobs by using Visual Studio just as you would any other managed application. Timer jobs are executed by a special Windows service that is set up on the server when you install Windows SharePoint Services: the Windows SharePoint Services Timer. This service triggers the executable Owstimer.exe. You must attach to this process to debug custom timer jobs.

No comments:

Post a Comment