Debugging works fine if i hit the F5 button but never when "attaching to process".
The process i take is:
1) In IE, i type in url: "localhost"
2) Default.aspx page opens
3) back to V.S. ->Debug->attach to process->w3wp.exe->attach it
4) if i have a break point on page_load, or anywhere else, it doesnt work.
I am using Visual Studios 2008 with IE 8, windows 7.
I have tried to change registery HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main
Put Value: DWORD TabProcGrowth Value 0 This doesn't help.
Any clues?