In my SharePoint app, I deploy some aspx pages to the [12 Hive]\TEMPLATE\LAYOUTS
folder.
The pages are compiled in a debug mode, I'm copying both .apsx and .cs files.
I used to be able to attach to w3wp.exe and set a breakpoint inside the .cs files and hit them just fine. Not today. I'm getting the dreaded "The breakpoint will not currently be hit. No symbols have been loaded for this document" message.
I'm sure there's only one w3wp running.
I can deploy a change to the code (so I know it's the correct location).
What's my next step?
Thanks.
update: I figured it out. Dont' know what did "debug=false" in C:\Inetpub\wwwroot\wss\VirtualDirectories\80\web.config
but it's working now.