Anyone have any experience in customizing (building your own) the
navigation in the portal... specifically the left-hand vertical
navigation? We have a desire to make a more comprehensive
navigation that what comes out of the box. I can see in the
template file for the homepage
([...]/60/Template/1033/SPS/default.aspx), on line 32, where the
control is being added. I'm wondering (out of the box) if I can
build my own ASP.NET user control OR web part, register the assembly
in the GAC of the server (or in the approprite /bin directory...
which I prefer), add the register tag in the page declaration, and
then add my tag. Can test to see if it will work on the homepage
and if so, then add to all the template files in the file system.