--- Christopher Reed <[EMAIL PROTECTED]> wrote:

> We have come across a very bizarre issue and I wanted to see if anyone
> else has experienced it.
>
> We have two separate applications that use a submit button to process
> the data entered on the page and then uses Server.Transfer on itself.
> This was working fine until we installed SP1 for Framework 1.1 onto
> our
> servers.  What happens now is that the Click methods appear to go into
> an infinite loop where it repeats itself.  In both cases, this results
> in thousands of new records within the database plus on of the
> applications also generates emails to the same tune of thousands and
> thousands.  It also appears that there is no postback,

It all sounds like the page to which you are transferring to must have a
redirect that is now happening where before it didn't. Are you seeing a
matching number of get requests in your log?

=====
Philip - http://blogs.xcskiwinn.org/panmanphil
"There's a difference between righteous anger and just being crabby" - Barbara

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to