I am trying to debug .asp pages by Attaching to w3wp.exe, but my breakpoints do not get hit.
I have "Enable Client-side Debugging" & "Enable Server-side Debugging" & "Send Errors to Browser" all set to "True" on machine level, Default Website level, and website level.
For my application, I am using DefaultAppPool, which is v2.0 .NET CLR Version, Classic Managed Pipeline Mode, NetworkService Identity, and has Enable 32-bit Applications set to "True".
When I launch my website and go to "Attach to Process", w3wp.exe shows with "NETWORK SERVICE" User Name and "T-SQL, Managed, x86" Type. Sometimes I also see it showing just "x86" for the Type column, but I never saw it showing "Script" in the Type column (even though in "Attach to" window, I always keep "Script" or "Script" & "T-SQL" checked.
Please advise.