SmartNavigation won't work on server

  • Thread starter Thread starter Rudy Ko
  • Start date Start date
R

Rudy Ko

Hi,

I have a long site with SmartNavigation on. It works on my developing
machine. When I published to server, it doesn't work on any machine. What do
I miss? Anybody know?

Thank you for any kind of help.

-Rudy
 
What happens when the site runs? Do you get an error page or a blank screen
or something else?
 
We are having the exact same issue (smartnav works on dev but not in
production). We have 2 different types of behavior.

1-When clicking a logout link (which is a LinkButton that does a postback to
server), we get a blank screen.

2-When clicking Edit in a datagrid that is scrolled half-way down page, the
screen jumps back up to the top of the page (so scroll position is not
maintained).

Any input on this would be greatly appreciated!! Thanks!
 
We found the solution to this problem. On your development machine, you
probably have a folder named aspnet_client at the level directly under your
site. One of the things that this folder contains is a javascript file
necessary for SmartNavigation to work.

In our case, the aspnet_client folder was not under our production site.
After putting it there, SmartNavigation worked.

Hope this helps someone!
 

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

Back
Top