I have an ASP.NET application whose .aspx files include
<script language="VB" runat="Server">
blocks. I am attaching the Visual Studio debugger to IIS 7 (w3wp.exe), but Visual Studio won't let me add breakpoints inside these script blocks. It says
This is not a valid location for a breakpoint
How do I debug these blocks?