Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: smartNavigation, IIS and new Web Sites


Message #1 by phartmann@a... on Thu, 25 Jul 2002 13:56:42
information for all peoples who has trouble with smartnavigation!

do you have wondered why smartnavigation doesn't work when you create a 
new web site? here's the answer why it is and how you can fix it. if you 
create a new web site after the point you have installed the .net 
framework on your server, on your new web site is a folder missing which 
from the installer of the .net framework would be installed on the 
existing web sites but later not of course. so you have to copy the folder 
aspnet_client from the default web site from your iis, there it should be 
exists, to the root of your new web site. why? for smartnavigation is a 
client side javascript include file needed, which is from the system 
always searched in the root of the called web site /aspnet_client/ and so 
on. if this folder and the .js files doesn't exists, you will guess it, 
smartnavigation doesn't work!

hope it helps!

regards, peter

  Return to Index