473,386 Members | 1,835 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Urgent. Strange Error.

Hello,

I just upload my web site to my hosting server and when I access it I
always get an error:

"Redicterion limit for this URL exceeded. Unable to load the requested
page"

Does anyone has any idea what is going on?

Thanks,
Miguel

Nov 19 '05 #1
5 1275
"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:OJ**************@tk2msftngp13.phx.gbl...
Hello,

I just upload my web site to my hosting server and when I access it I
always get an error:

"Redicterion limit for this URL exceeded. Unable to load the requested
page"

Does anyone has any idea what is going on?

Wild guess here; but do you have a circular redirect going on?

pg1 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg3
pg3 redirects to pg1

etc...


Nov 19 '05 #2
Hello,

I don't have anything like that.

This is really very strange. I deleted all my Firefox and IE cookies and
I still have the same problem.

The url of the web site is www.camaradospares.com

Thanks,
Miguel

"John" <Pl**********@To.the.group.com> wrote in message
news:Pl**********@To.the.group.com:
"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:OJ**************@tk2msftngp13.phx.gbl...
Hello,

I just upload my web site to my hosting server and when I access it I
always get an error:

"Redicterion limit for this URL exceeded. Unable to load the requested
page"

Does anyone has any idea what is going on?


Wild guess here; but do you have a circular redirect going on?

pg1 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg3
pg3 redirects to pg1

etc...


Nov 19 '05 #3
it looks to me like an error from the domain service , not by your
application...
is it possible for you to upload a default.html / index.html and see if it
is being displayed correctly?
"Shapper" wrote:
Hello,

I don't have anything like that.

This is really very strange. I deleted all my Firefox and IE cookies and
I still have the same problem.

The url of the web site is www.camaradospares.com

Thanks,
Miguel

"John" <Pl**********@To.the.group.com> wrote in message
news:Pl**********@To.the.group.com:
"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:OJ**************@tk2msftngp13.phx.gbl...
Hello,

I just upload my web site to my hosting server and when I access it I
always get an error:

"Redicterion limit for this URL exceeded. Unable to load the requested
page"

Does anyone has any idea what is going on?


Wild guess here; but do you have a circular redirect going on?

pg1 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg3
pg3 redirects to pg1

etc...


Nov 19 '05 #4
Hello,

I fixed it. However this is really strange.

I think the problem is in web.config file. I had the following:

I had the following:
<customErrors mode="RemoteOnly"
defaultRedirect="message.aspx?msg=generic">
<error statusCode="404" redirect="message.aspx?msg=404" />
<error statusCode="500" redirect="message.aspx?msg=500" />
</customErrors>

And I replaced by:
<customErrors mode="RemoteOnly" />

Now it is working.

Any idea what might be going on?

Thanks,
Miguel

"Sreejith Ram" <Sr*********@discussions.microsoft.com> wrote in message
news:Sr*********@discussions.microsoft.com:
it looks to me like an error from the domain service , not by your
application...
is it possible for you to upload a default.html / index.html and see if it
is being displayed correctly?
"Shapper" wrote:

Hello,

I don't have anything like that.

This is really very strange. I deleted all my Firefox and IE cookies and
I still have the same problem.

The url of the web site is www.camaradospares.com

Thanks,
Miguel

"John" <Pl**********@To.the.group.com> wrote in message
news:Pl**********@To.the.group.com:

"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:OJ**************@tk2msftngp13.phx.gbl...
Hello,
>
> I just upload my web site to my hosting server and when I access it I
> always get an error:
>
> "Redicterion limit for this URL exceeded. Unable to load the requested
> page"
>
> Does anyone has any idea what is going on?
Wild guess here; but do you have a circular redirect going on?

pg1 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg1

OR

pg1 redirects to pg2
pg2 redirects to pg3
pg3 redirects to pg1

etc...



Nov 19 '05 #5
"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
[snip]
I had the following:
<customErrors mode="RemoteOnly"
defaultRedirect="message.aspx?msg=generic">
<error statusCode="404" redirect="message.aspx?msg=404" />
<error statusCode="500" redirect="message.aspx?msg=500" />
</customErrors>

And I replaced by:
<customErrors mode="RemoteOnly" />

Now it is working.

Any idea what might be going on?

[snip]

That's interesting.

Basically, I believe this would cause a circular redirect, if message.aspx
was:
- missing
- misspelled
- in another directory

That may have been your problem.

Regards,
John
Nov 19 '05 #6

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

Similar topics

10
by: Tony Archer | last post by:
Gentlemen, your urgent help is needed in solving a STRANGE problem. I have two servers a dev box, and a production box. On the dev box everything works fine, in production it hoses: One of...
0
by: serge calderara | last post by:
Dear all, I have a really strange beaviour in my application. First of all I have a single plugin interface named IPlugIn which as been build in a separate project library named PLugin.dll...
2
by: Nick | last post by:
Hey, I'm facing a very strange problem. We have a windows application being maintained in CVS (not VSS!!!! and i hate it! but nevertheless....) Within this application, we are connecting to an...
3
by: Sonal | last post by:
I am trying to impersonate user with windows account. If I write following lines in web.config it show error <identity impersonate="true" userName="contoso\Jane" password="pass"/> ERROR:...
7
by: Gordon Smith | last post by:
I have four (4) ASP.NET Web applications/Web sites on a IIS/6 - Windows Server 2003 production server. 3 of them work fine. I just installed the 4th one and it's Application_Start event is not...
17
by: jensen bredal | last post by:
Hello, i'm struggling with a somehow badly understood session scenario. I provide acces to my pages based on form authentication using Session cookies. Som of my pages are supposed to be...
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
3
by: Tony Johansson | last post by:
Hello! We have a C#.ASP.NET web application that runs on a IIS 6. The application contains actually several asp pages but there is no GUI. The application receive an xml file that is processed....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...

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.