33.

Is it possible to debug java-script in .NET IDE?

simply write "debugger" statement at the point where the breakpoint needs to be set within the javascript code and also enable javascript debugging in the browser property settings.