Thursday, May 26, 2005 - Posts

BUG: Do you sometimes get an "Object moved to here" message in ASP.NET 1.1?

The bug sometimes occurs if you use the Response.Redirect method and pass false as endResponse parameter.

Workaround: Use true as endResponse parameter.

Resolution: A fix that can be requested is available.
See description at KB 888418 FIX: Users receive an "Object moved to here" error message when they open an ASP.NET Web page in the .NET Framework 1.1.

with 1 Comments