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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Break point not halting code first time through

Status
Not open for further replies.

wdp

Programmer
Nov 25, 2002
16
0
0
GB
I have a problem, I think some of my aspx pages are corrupting or I may have a setting causing the problem.
Pages that have been working in the past have suddenly started caching themselves and there does not seem to be much i can do about it. If I put a break point in the onLoad event of the aspx page, the code does not fire, it loads up a previous copy of the page. The only way I can get rid of it is to create another page with a different name and copy the code and objects over. would this be causeing a problem... Response.Cache.SetMaxAge(New System.TimeSpan(0, 0, 1)) especially if I have been playing with the local machine time?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top