473,626 Members | 3,952 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Object moved to here

In one of my asp.net apps a response.redire ct is sometimes resulting in the
blank page with "Object moved to here." I've tried repsonse.clear and
response.buffer (true & false) but still get this error sproadically.
Understand this was problem in some older versions of browsers...I'm using
IE6
Brad
Nov 18 '05 #1
8 25148
'Response.Buffe rOutput = true has to be placed directly before the redirect
statement.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Brad" <no****@co.lane .or.us> wrote in message
news:ub******** ******@TK2MSFTN GP11.phx.gbl...
In one of my asp.net apps a response.redire ct is sometimes resulting in the blank page with "Object moved to here." I've tried repsonse.clear and
response.buffer (true & false) but still get this error sproadically.
Understand this was problem in some older versions of browsers...I'm using
IE6
Brad

Nov 18 '05 #2
Hi Brad,

It seems that the problem you met is an existing issue of the Internet
Explorer, here is the related kb article:

#Internet Explorer Returns Error Message When Being Redirected
http://support.microsoft.com/?id=193489

Please have a look to see whether it helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #3
The kb article you mention is for IE4 and IE5. Does this issue exists for
IE6?
"Steven Cheng[MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:tb******** ******@cpmsftng xa10.phx.gbl...
Hi Brad,

It seems that the problem you met is an existing issue of the Internet
Explorer, here is the related kb article:

#Internet Explorer Returns Error Message When Being Redirected
http://support.microsoft.com/?id=193489

Please have a look to see whether it helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #4
Did that already...and still does it...but again, not always.

"John Timney (Microsoft MVP)" <ti*****@despam med.com> wrote in message
news:ut******** ******@TK2MSFTN GP09.phx.gbl...
'Response.Buffe rOutput = true has to be placed directly before the redirect statement.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Brad" <no****@co.lane .or.us> wrote in message
news:ub******** ******@TK2MSFTN GP11.phx.gbl...
In one of my asp.net apps a response.redire ct is sometimes resulting in

the
blank page with "Object moved to here." I've tried repsonse.clear and
response.buffer (true & false) but still get this error sproadically.
Understand this was problem in some older versions of browsers...I'm using IE6
Brad


Nov 18 '05 #5

Hi Brad,

Yes, the kb article is provided for IE4, 5, but based on my research, there
seems has some former issues dicussing on the same problem and the IE
version is 6. So I think you can have a try on the workarounds in the kb
article or even try requesting the hotfix mentioned in it. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #6
Also, if the KB article Steven suggests doesn't help you:

The actual cause is that your output is being seen as non-buffered data by
the browser. Thus, the response contains two packets of resulting data, the
first being a 302 Object Moved HTTP response. IE gets the first packet and
starts to redirect (correctly based on the HTTP header) and then receives
the second packet and stops the redirect, hence the moved message.

A workaround is to add an ihttpmodule to the chain that adds a html meta
refresh instead of using a response.redire ct to the actual page output, thus
the browser actually receives the completed output terminated with a
response.end and on receiving the completed stream correctly moves to the
new page. This should work for all IE instances.
--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Steven Cheng[MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:F6******** *****@cpmsftngx a10.phx.gbl...

Hi Brad,

Yes, the kb article is provided for IE4, 5, but based on my research, there seems has some former issues dicussing on the same problem and the IE
version is 6. So I think you can have a try on the workarounds in the kb
article or even try requesting the hotfix mentioned in it. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #7

Hi Brad,

Have you had a chance to check out the suggestions in my last reply or have
you got any further ideas on this issue? If there're anything else we can
help, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #8
I have a similar problem with IE6 - often getting "Object Moved Here" but
clicking the active Here link nets nothing. I don't understand what the
buffer suggestions mean as I am not very technie. I am also getting HTTP 500
internal server errors when clicking on links within sites - per Microsoft
help, this is a recent issue but I was unable to download the fix - message
said I had a newer IE version. I have downloaded SP2. I'm frustrated with
my limited site access and weary of resetting my home page on every reboot
(my.msn.com). I have the full Norton's internet security running and daily
scans come back clean.
Can someone help?

"Steven Cheng[MSFT]" wrote:

Hi Brad,

Have you had a chance to check out the suggestions in my last reply or have
you got any further ideas on this issue? If there're anything else we can
help, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3598
by: Daniel Bruno | last post by:
When I use redirection on ASP.NET I get the the message: "Object moved here". Then I have to click on the link to go to the destination page. Is there a way to prevent this from happening, so that the system redirects automatically to the destination page?
1
415
by: Shaun Dore | last post by:
Hello, I have an asp.net web application that redirects the user to the login page whenever his session is expired (using Response.Redirect). Most of the times, it works fine, but sometimes the browser just output : Object moved to here. Note that 'here' is an hyperlink, but it doesn't link to the login page. Can anybody tell me what is going on? Any help would be greatly appreciated.
1
6875
by: JohnZing | last post by:
i tried to install asp.net forums all went ok, but after login i always get "Object moved to here." in firefox or "The page cannot be displayed" in IE when i hit refresh, the page loads fine. the problem occurs only when i try to run the application hosted in my hosting provider, not in my local IIS server. any ideas?
1
3421
by: Ganesh Ramamurthy | last post by:
Hi Experts, I am getting the following error when I do a Response.Redirect from an aspx page to another aspx page. I am using the following code in my global.asax Application_Error event to redirect to an error page. Session = Server.GetLastError(); Response.Redirect("Error.aspx"); However I am not able to go to the Error Page and am getting this error.
1
4996
by: Skeptical | last post by:
Greetings, This question is related to Microsoft Reporting Services Web service. I tried asking it in RS groups but no one seems to be knowledgeable enough to answer, so I wanted to try my chances here. Thanks... I am trying to get the code below to work with no success, I googled the issue but docs popped up provided little help. Basically I am trying to create a directory in RS that uses Forms authentication. Everything works on
0
1811
by: Ganesh Ramamurthy | last post by:
Hi Experts, I am working with asp.net C# to develop my web applications. Recently i had to modify one of my presently working applications. There was not much change except for a minor code change. After that change there is some problem with the application. When I login to my application it passes through a page which does some validations and redirects to the users home page. The modification which i
22
2198
by: Rob R. Ainscough | last post by:
Sorry to hear about the job cuts and Oracle now out sourcing to India. Rob.
2
3592
by: Zester | last post by:
Hi, Sorry for this multi-posts; I don't know where the setting if it exists so I'm posting this to multiple groups. I was told that Response.Redirect would generate the http 302 Object Moved status in the response; but I couldn't get it to work. I created a project from scratch with just 2 pages and it keeps giving me 302 Object Found. Upon button click on one page (POST), I redirect to another; here is the
275
12237
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
8266
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8199
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8638
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8505
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7196
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4092
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2626
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1811
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.