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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -