visual studio - Classis ASP debugging global.asa in VS2005 -


i trying set breakpoint in global.asa in old classic asp project iis 6 in visual studio 2005.

somehow context menu setting breakpoint somewhere in global.asa disabled (greyed). how can set breakpoint then?

breakpoints in .asp pages no problem though , work fine.

try this: how to: debug global.asa files. short version place vbscript stop statement or jscript debugger @ beginning of procedure, before statements want step through.


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 -