How To Step through aspx code

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.
 
P

Patrick Steele [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top