How To Step through aspx code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi i am new to asp dotnet.
i have a page that has some java script on the html portion of my asps page
when i attach my IE browser as a process in the debugger i cant step through
my script i get a message that no managed code is available to run. is there
a way to step through such code.
 
hi i am new to asp dotnet.
i have a page that has some java script on the html portion of my asps page
when i attach my IE browser as a process in the debugger i cant step through
my script i get a message that no managed code is available to run. is there
a way to step through such code.

See:

"Debugging ASP.NET Web Applications"
http://tinyurl.com/5prwc
 
Back
Top