Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgraded one ASP page to ASP.Net now debugger wont stop at any line...

Status
Not open for further replies.

eramgarden

Programmer
Joined
Aug 27, 2003
Messages
279
Location
US
I upgraded my second ASP page to ASP.Net..yes a newbie..now when I set the debugger at ANY line..even first line..it wont stop there....the page however does get displayed...

To make sure I'm setting the debugger at the right page..i made a "text" change to the page..and it does display the aspx page....

I get no errors...howcome debugger wont stop there?? even tho the page displays, some of the session vars arent set for the next page..so wondering what's going on??

When I try the old ASP page..debugger DOES stop on that page

Any ideas, leads, what to look for?
 
Are you using VS.NET? Debugging could possibly be disabled in the web.config file or elsewhere. Also, are you sure you have chosen a proper debuggable line (where an action like txtMe.Text = ... happens)? Sometimes the debugger skips over breakpoints at variable declarations and stuff.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top