How can we debug a SharePoint Application or a SharePoint Timer Job
The steps to be followed to debug are as follows:
- Build and deploy the application
- Set the breakpoint in application
- Open up the Debug menu and view all the processes that are running
- For SharePoint Applications attach the process "w3wp.exe" and for SharePoint Timer job attach the process "OWSTIMER.exe"
- For SharePoint Application just refresh the application and for the timer jobs just run the job from the list
Comments
Post a Comment