Smart Navigation

L

Lee Forst

I have looked through tons of posts and I have not found a clear cut answer
to my problem. Here is the problem.



On my localhost, I have a ASP.NET application that has Smart Navigation
turned on and it works fine running the application on my browser. However,
if I copy the application to our build server, and run the application from
that server, Smart Navigation doesn't work. When you select let's say a
combo box value, the postback occurs, but focus is not set back to the combo
box.



Both the localhost and the server are running the same version of the
Framework. Doesn't anyone have any clear-cut answers to this problem? Your
help would be greatly appreciated.
 
K

Karl

Do you have
aspnet_client\system_web\1_1_4322\SmartNav.js and .htm ?

1_1_4322 might be different depending on what version of .Net you are
using..

Karl
 
G

Greg Burns

Is your aspnet_client folder in the root of your website? (i.e.
c:\inetput\wwwroot) If your root website is non-standard you will need to
copy this folder to whatever folder that it is...

Running aspnet_regiis -i can also correct problems with the aspnet_client
folder mapping

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Greg
 
L

Lee Forst

Carl and Greg. Thank you so much for the answer. This was the problem.
The aspnet_client folder was not in wwwroot. After copying it to the root,
Smart Nav starting working. Thank you, because I have a demo of my
application this morning. What a good way to start the day!
 

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

Top