asp.net - Debugging Sitecore 6 with Visual Studio 2008 -


i'm trying debug sitecore 6 asp.net code using visual studio 2008 (windows server 2003 os). trying breakpoints work. tried setting breakpoint , on vs, debug -> attach process.. -> iis web server process, nothing happens when browse .aspx page breakpoint located @ beginning of sitecore.web.ui.webcontrol.dorender method.

i tried checking both client-side , server-side debugging settings on website's properties -> configuration -> debugging nothing changes. tried stopping website, recycling apppool , restarting, re-attaching debugger , nothing happens.

does have better idea?

make sure trying attach correct process. called w3wp.exe in iis 6+.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -