Link to home
Start Free TrialLog in
Avatar of johnnyg123
johnnyg123Flag for United States of America

asked on

Issue trying to debug page with response.redirect

I am trying to debug an asp.net application that has a few pages

I can step through the primary page but when I try to execute
 redirect("http://localhost/FSMWebInterface2008/FSMDisplay.aspx?frx=23795&ssp=S", false)

FSMDisplay.aspx is displayed without stopping at any of the break points I have set

I thought I read that adding the false parameter would solve this but apparently not

Any ideas?
Avatar of Rick
Rick

Try putting a breakpoint in the page_load event of FSMDisplay.aspx

Avatar of johnnyg123

ASKER

Thanks for the post.

I do have a breakpoint in every event I could think of including the load event


I tried rebooting my machine (thinking this would force iis to reset) but that didn't help either.
rick_gwu

I did folllow the link and do the install but this looks more like trying to debug .net frame work stuff

I did not see anything for the page I'm trying to stop in
ASKER CERTIFIED SOLUTION
Avatar of Alpesh Patel
Alpesh Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial