This is a migrated thread and some comments may be shown as answers.

RadAjaxManager.redirect not work in server 2003

2 Answers 91 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Derick
Top achievements
Rank 1
Derick asked on 25 Mar 2011, 04:31 AM
I have using RadAjaxManager.Redirect("url") to redirect a page within the server.  This is work well in Window 7 and Windows server 2008.  When I try to run this code in window 2003, it not work.  I change it to response.redirect, it work in window 2003 but not work in windows 7 and window server 2008.  Any idea why this happen and how i can solve it? Please help.

2 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 25 Mar 2011, 10:41 AM
Hello Derick,

I just tested a simple scenario using the Redirect() method of RadAjaxManager and hosted the site on a Windows 2003 Server machine and it works as expected. Could you elaborate a bit more about your case and are there any errors thrown?

Kind regards,
Pavel
the Telerik team
0
Derick
Top achievements
Rank 1
answered on 29 Mar 2011, 08:23 AM
Hello Pavel,
       Thanks for your reply.  There is not any error thrown.  The page just remain and not redirect.  I have use response.redirectlocation = "url" and my problem fix.  It can now redirect to the page i want in either server 2003 or server 2008.  But i do not know why radajaxmanager. redirect or response.redirect only work in one platform.  just feel weired.


Thanks a lot.
Tags
Ajax
Asked by
Derick
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Derick
Top achievements
Rank 1
Share this question
or