How do i debug smartpart in Moss 2007 site
I have created user control ,then precompiled it and placed the .ascx control in
"Usercontrols" folder which is unser root site and then placed the precompiled
.dll of usercontrol in bin folder of root site
After attaching the w3wp.exe to it and then running the sharepoint site ,it is
unable to hit the breakpoint .This is how we used to do in sharepoint 2003
version
Am i missing anything ?