T
Tom wilson
I have an asp.net app running off of a W2003 server. It's being
written in VS2003. I've encountered a problem where a database record
is being updated with the wrong value intermittently. So I debug the
page.
I step through the code and the value Session("PersonID") changes
right before my eyes for no apprent reason. Now, this is where it
gets really weird. I'm attached to the process on the web server and
debugging. I give up and close the web browser. Fine.
I'm yakking away to a co-worker about the problem the nsuddenly out of
nowhere, VS stops at a breakpoint. ??? I closed the browser and
haven't clicked on anything. So I examine the personID. It's 2259.
Not the one I was working with. So I hit continue. A moment later,
it stops at the same breakpoint by itself and the personID is now
3278. Continue. Moments later...
It's picking up live people using the site! How can I debug this
application if live people are constantly changing the state of the
debugging session? This is why it's writing the wrong values, the
session values seem to be changing at will based on who's logged into
the site.
Umm.. help? Is this by design? Is it an internal problem with the
web server or VS or....
Any help much appreciated, thanks!
written in VS2003. I've encountered a problem where a database record
is being updated with the wrong value intermittently. So I debug the
page.
I step through the code and the value Session("PersonID") changes
right before my eyes for no apprent reason. Now, this is where it
gets really weird. I'm attached to the process on the web server and
debugging. I give up and close the web browser. Fine.
I'm yakking away to a co-worker about the problem the nsuddenly out of
nowhere, VS stops at a breakpoint. ??? I closed the browser and
haven't clicked on anything. So I examine the personID. It's 2259.
Not the one I was working with. So I hit continue. A moment later,
it stops at the same breakpoint by itself and the personID is now
3278. Continue. Moments later...
It's picking up live people using the site! How can I debug this
application if live people are constantly changing the state of the
debugging session? This is why it's writing the wrong values, the
session values seem to be changing at will based on who's logged into
the site.
Umm.. help? Is this by design? Is it an internal problem with the
web server or VS or....
Any help much appreciated, thanks!