About Me

I am a Software Engineer presently working in Microsoft as vendor.The main aim of this blog is to Share my knowledge in Sharepoint,AZURE and Silverlight.

Friday 28 March 2008

How to Debug the Workflow.

Steps to Debug the workflow in visual studio.

Step 1: Keep some breakpoints in the code.

Step 2: Drop the Dll in to GAC.(check whether it is Strongly signed or not)

Step 3: Reset IIS.

Step 4: Open the site . If it is opened refresh the page. This enables the w3wp process.

Step 5:Attach the W3Wp process.This can be found in Tools or Debug.

Step 6:Run the workflow.

Note : W3wp process is a Dll so it runs under parent process so be carefull with this because it ends the parent process. here parent process is nothing but ur visualstudio.

Cheers now you can debug your workflow.

No comments: