Question Code changing problem

marchetto

Member
Joined
Apr 5, 2011
Messages
6
Programming Experience
Beginner
Hi, I'm making a website in vb.net and I encountered a problem. I stop debugging and I change my code, but when I debug it again I see that my code doesn't execute as I wrote it, for example:I change response.write('javascript message("xyz")) to response.write('javascript message("aaa")) and it still displays xyz.

Did anyone have this problem before and does anyone know how can I solve it?
 
It may be that the browser has cached the old page/code. Try refreshing and, if that doesn't work, try clearing your browser cache.

Also, make absolutely sure that the build is succeeding. You can also try a Rebuild instead of just a Build.
 
Back
Top