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
Post a Comment