Note: This post do not focus on configuring Feature.xml and Elements.xml on SharePoint server.
Please follow below steps to attach debugger to Class Library.
- After you deploy DLL in GAC, Open your project.
- Put break point.
- Navigate to menu Debug -> Attach Process
- Search for W3WP worker process. This process start when IE browser start and open SharePoint URL. If you found multiple W3WP process then select all.
- That's it.
- Open your site on IE browser and try to update item.
Please note, break point will hit though your browser is in another box and Visual Studio is in your SharePoint Server box.
Hope this article have helped you. Enjoy SharePoint...
THANKS MAN!!!!
ReplyDelete