473,651 Members | 3,024 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Object Moved to Here

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
did recently has nothing to do with this page and affects only one of the
pages which does not come under this login sequnece.

After the modification which I made and deployed to test and production. to
see that the redirect is not happening. It takes me to an empty page which
says "Object moved to Here" and the "Here" is hyperlinked which takes me to
the required page. After this everything goes as expected.

I dont know what change i did in my code for such a thing to happen.

Kindly advice what to do

Thanks in Advance
Ganesh
Nov 28 '05 #1
0 1811

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?
0
343
by: Imran Shabbir | last post by:
Hi all I have developed a web application in ASP.net which is in production and working fine but some time while redirecting from one page to another i get this message on a blank page "Object Moved to Here". For further information my application is running on windows 2000 advance server with IIS 5.0 and DotNet framwork 1.0.
2
2381
by: Boban Dragojlovic | last post by:
I'm building a complex web-based reservations system. Gathering the user's data requires between 8 and 15 pages (depending on which options they are interested in). I use the "Session" object to store the various elements as the user moves through the pages. Rather than storing the preferences directly in the Session object (e.g. Session("LastName") = ...), I created a class <Serializable()> Public Class ReservationInfo
8
25150
by: Brad | last post by:
In one of my asp.net apps a response.redirect 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
1
6877
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.
7
1564
by: Brett | last post by:
I'm not sure why I keep getting this error, "Object reference not set to an instance of an object". Private Function somefunction() as string Dim MyCurrentClass As New Class1 Try For i As Integer = 0 To LinkResults.Length - 1 With MyCurrentClass.SqlCmd_Insert_LinkVB .CommandType = System.Data.CommandType.StoredProcedure
7
2850
by: Arpan | last post by:
The .NET Framework 2.0 documentation states that An Object variable always holds a pointer to the data, never the data itself. Now w.r.t. the following ASP.NET code snippet, can someone please explain me what does the above statement mean? <script runat="server"> Class Clock
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
0
8278
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
8807
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8701
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...
1
8466
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5615
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4290
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2701
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
1912
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.