I can't seem to get Javascript debugging working for my ASP.NET MVC application even though I can for a traditional ASP.NET WebForm app.
I have followed the steps for unchecking the 'Disable Script Debugging' boxes for both IE and other.
when I add a simple function to display an alert in both the site.master and any content view the breakpoint will not fire.
Have i missed something obvious or do I need to use an outside tool for debugging like FireBug?
By the way, I'm using Visual Studio Web Developer Express 2008.
thx