Response.Redirect sometimes fails

K

Klem

Hi

I am expiriancing a very,very strange problem.
I have an asp.net application that hangs (sometimes) when trying to
execute Response.Redirect("page.aspx",true) command.

What is very strange is that it behaives differently when accessed from
different locations even where IE browsers are the same version.

It works without any problems on localhost. It also works without any
problems from my work. From my home connection it fails after approx 4
redirects. From my friend's work it hangs on the first redirect.

I have never seen anything like this before. PLEASE HELP!
Thnak you

Klem
 
K

Klem

BTW

Sorry about the spelling. Been up all night trying to figure this one
out.

Thnx

Klem
 
E

Eirik Eldorsen

Are you using url rewriting? Early versions of the framework had some issues
with url rewriting
 
K

Klem

Eirik

I am not using any url rewriting.
I am not even passing any query string parameters. Its a simple
redirect.
I do set a session variable prior to executing redirect, and its a
simple text only value that is put into it.
Behind a button, I have Response.Redirect("abc.aspx",true);

Thnx

Klem
 
B

bruce barker

most likly a coding error where a page is redirecting to itself, then
redirecting to itself ....

-- bruce (sqlwork.com)

| Hi
|
| I am expiriancing a very,very strange problem.
| I have an asp.net application that hangs (sometimes) when trying to
| execute Response.Redirect("page.aspx",true) command.
|
| What is very strange is that it behaives differently when accessed from
| different locations even where IE browsers are the same version.
|
| It works without any problems on localhost. It also works without any
| problems from my work. From my home connection it fails after approx 4
| redirects. From my friend's work it hangs on the first redirect.
|
| I have never seen anything like this before. PLEASE HELP!
| Thnak you
|
| Klem
|
 
K

Klem

I do not specify smartNavigation in my @page. Should I?
I think that if smartnavigation is not explicitly specified, the
default is false

Thnx

Klem
 
K

Klem

I set smartnavigation to false and the problem still persists.
Any other ideas?

Thnx

Klem
 
K

Klem

All

Thank you for your help. After I move the application to another
server it worked without any problem. It seems that there is some
issue with the server I was hosting on. I will post the question to
the server groups.

Thnx again

Klem
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top