Hi
In a VS2008 web project I have a usercontrol with some javascript that I want to debug. When I try to set a breakpoint I get "This is not a valid location for a breakpoint". I tried this on a regular aspx page and was able to set the breakpoint just fine.
Is there some limitation for setting javascript breakpoints in usercontrols? Is there some setting that needs to change?
Thanks