Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Problem redirecting to pages when SmartNavigation is active. Why?

Reply
Thread Tools

Problem redirecting to pages when SmartNavigation is active. Why?

 
 
Peter Rilling
Guest
Posts: n/a
 
      04-23-2004
Past threads on Google do not offer much help or explanation, so maybe
someone can offer a fresh perspective.

I have a website that is installed on both a test and production
environments. This site uses SmartNavigation on some of the pages. The
test environment works as expected. When you click the submit button, you
are redirected to the correct page. However, when you click the submit
button when using the production environment, you get the following HTML
content and no redirection happens.

<BODY><ASP_SMARTNAV_RDIR url="/default.aspx"></ASP_SMARTNAV_RDIR></BODY>
I am sure that turning off SmartNavigation would solve the problem, I don't
want to inconvenience the user.

Here are some points to keep in mind.

1) Two servers contain identical code for the site. One server works, the
other does not.
2) This is consistent, meaning that more than one client is having the
problem when accessing the production.
3) If a browser instance accesses the production environment, the above
HTML is displayed. If the same browser uses the test environment, redirect
occurs as expected. This rules out a problem with the client.


Any thoughts. From what I can see of other posts, lots of people have a
similar problem, but no one has yet to provide an explanation and solution.


 
Reply With Quote
 
 
 
 
Rick Spiewak
Guest
Posts: n/a
 
      04-25-2004
Not an explanation, but perhaps using server.transfer would work around
this.

"Peter Rilling" <> wrote in message
news:%...
> Past threads on Google do not offer much help or explanation, so maybe
> someone can offer a fresh perspective.
>
> I have a website that is installed on both a test and production
> environments. This site uses SmartNavigation on some of the pages. The
> test environment works as expected. When you click the submit button, you
> are redirected to the correct page. However, when you click the submit
> button when using the production environment, you get the following HTML
> content and no redirection happens.
>
> <BODY><ASP_SMARTNAV_RDIR url="/default.aspx"></ASP_SMARTNAV_RDIR></BODY>
> I am sure that turning off SmartNavigation would solve the problem, I

don't
> want to inconvenience the user.
>
> Here are some points to keep in mind.
>
> 1) Two servers contain identical code for the site. One server works,

the
> other does not.
> 2) This is consistent, meaning that more than one client is having the
> problem when accessing the production.
> 3) If a browser instance accesses the production environment, the above
> HTML is displayed. If the same browser uses the test environment,

redirect
> occurs as expected. This rules out a problem with the client.
>
>
> Any thoughts. From what I can see of other posts, lots of people have a
> similar problem, but no one has yet to provide an explanation and

solution.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
redirecting pages Sergei ASP General 2 10-26-2005 11:36 AM
redirecting pages Sergei ASP .Net 2 10-26-2005 11:36 AM
Problem Redirecting Mobile ASP pages Martin ASP .Net Mobile 2 03-28-2005 03:53 PM
SmartNavigation + IE: Check for newer version of pages: Every visi =?Utf-8?B?bV9sYWNp?= ASP .Net 2 10-15-2004 07:41 AM
help in redirecting asp pages on a page using frames quitaxe ASP General 2 05-17-2004 02:58 PM



Advertisments