I'd like to debug my webpart that was deployed to sharepoint server2007.
I made webpart with vs2005.
I set the build path(\bin) and right-click the menu "deploy" in vs2005.
With this click ,dll file goes to Assembly folder automatically.
How can I debug it?
Which command can I use 'stsadm.exe' to remove dll in GAC?
I already attatched w3wp.exe and set break points in source code.
then how?
Could you let me know step by step?