views:

2

answers:

0

All being kept updated, this is a Web Forms Website Project using several Ajax controls on a Vista machine. I have searched the web of course but this is arcane and I have found nothing and seek help...

I set some break points, then F5, IE loads the .aspx page of the C# source I am trying to debug but then the VS2008 Solution Explorer opens and adds a new item and a tree of items labeled Script Documents > Windows Internet Explorer > MyPage.aspx and about a dozen ScriptResource.axd files (including jquery files from a library loaded using absolute referencing which I have commented out in code to determine if jQuery library was causing this wierd behavior; not).

The Debug > Step menu selections on VS2008 menu are all greyed out and pressing any of the Function keys does nothing. I also recall script files were loaded into IE which "looked" like I was stepping into and over JavaScript or whatever but that has not been repeatable.

I am very puzzled and need some help understanding how and why this is occurring and what to do about it.