473,614 Members | 2,107 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent. Strange Error.

Hello,

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

"Redicterio n 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 1283
"Shapper" <mdmoura*NOSPAM *@gmail.*DELETE 2SEND*com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
Hello,

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

"Redicterio n 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**********@T o.the.group.com > wrote in message
news:Pl******** **@To.the.group .com:
"Shapper" <mdmoura*NOSPAM *@gmail.*DELETE 2SEND*com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
Hello,

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

"Redicterio n 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**********@T o.the.group.com > wrote in message
news:Pl******** **@To.the.group .com:
"Shapper" <mdmoura*NOSPAM *@gmail.*DELETE 2SEND*com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
Hello,

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

"Redicterio n 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="RemoteOnl y"
defaultRedirect ="message.aspx? msg=generic">
<error statusCode="404 " redirect="messa ge.aspx?msg=404 " />
<error statusCode="500 " redirect="messa ge.aspx?msg=500 " />
</customErrors>

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

Now it is working.

Any idea what might be going on?

Thanks,
Miguel

"Sreejith Ram" <Sr*********@di scussions.micro soft.com> wrote in message
news:Sr******** *@discussions.m icrosoft.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**********@T o.the.group.com > wrote in message
news:Pl******** **@To.the.group .com:

"Shapper" <mdmoura*NOSPAM *@gmail.*DELETE 2SEND*com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
Hello,
>
> I just upload my web site to my hosting server and when I access it I
> always get an error:
>
> "Redicterio n 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.*DELETE 2SEND*com> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
[snip]
I had the following:
<customErrors mode="RemoteOnl y"
defaultRedirect ="message.aspx? msg=generic">
<error statusCode="404 " redirect="messa ge.aspx?msg=404 " />
<error statusCode="500 " redirect="messa ge.aspx?msg=500 " />
</customErrors>

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

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
2555
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 the things a user can do is click a "Change region" link which takes them to a map of the world. They can then select one of four regions. When they select a region it takes them to a page which reads a variable and then sets a cookie which is...
0
1346
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 (this contains only the interface) Then I have a PlugInManager project which has as reference the library Plugin.dll and implements the IPlugIn interface. In addition to that PluginManager project has
2
3121
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 MS Access database, using the connection string: PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";Password=" & strDBPassword where strDBPath and strDBPassword are being picked up from the config file.
3
2460
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: Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax
7
2441
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 firing. I have double-checked everything (and rechecked) and I haven't found anything that would explain why the Application is not starting. Here is what I have done so far to troubleshoot this: In IIS Manager I have ensured that there is a...
17
5192
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 running continuously and refreshing once an hour. I there set timeout= 61 in <sessionState section and on my page it says <meta http-equiv="refresh" content="3600">. I also set timeout=120 in the <forms section of web.config to make sure
16
2919
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: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
3
6455
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 the socket is missing the last character (line feed). When the same text is sent without the urgent flag set, all of the characters are read. I'm reading the data using the blocking read call of the network stream class. The .NET...
3
1359
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. There is also an MFC dll that is called from this asp application to make a syntax check on quite many commands. You don't have to know what a command is. The problem that we get is the following when the asp pages calls the MFC
0
8182
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
8130
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
8579
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
8433
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
5540
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
4127
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2568
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
1747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1425
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.