How to add a link in Navigation Bar
I have added one "Testlink" in the navigation bar.
URL for TestLink is ~/IdentityManagement/aspx/groups/test.aspx.Here test.aspx is sample file.
When i click on the link TestLink from Navigation, it is giving the error Http 404.
I have also tried with the URL ~/IdentityManagement/aspx/groups/tes.htm, However, getting the same issue.
My requirement is add a link in the navigation bar to show some information from a database.
Could anyone please suggest me on it.
July 20th, 2011 3:50am
did you already created the page? how did you create that test.aspx page ?It's never too late in life ... to start living
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2011 5:46am
Extending the navigation bar is not as easy as it seems to be.
Carol (http://www.wapshere.com/missmiis/adding-custom-aspx-pages-to-the-fim-portal) discussed an unsupported way to extend to portal this way. But
please the ramifications regarding supportability in mind.
Hendrik's comment in Carol's post may show a supported way to extend the portal as you requested/Matthias
July 20th, 2011 6:08am
Given that requirement host the ASPX file elsewhere, i.e. outside of the /identitymanagement team site, and use the complete URL in the navbar configuration.
e.g. I have navbar resources that point to a number of SSRS reports hosted on a central SSRS box.
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2011 6:41am
great, I did a quick check which worked fine. I thought the navigation URL has to be relative always, but it seems that exclusive URLs work also./Matthias
July 20th, 2011 6:58am
I've got a feeling that that was the case in RTM but it changed (update 1 IIRC).
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2011 2:54pm
you can create site pages in different ways:
- you can use sharepoint designer
- use the admin layout of the site
- create advanced custom sharepoint feature that includes your pages, I would go this approach if I have custom code in the page to query external info
It's never too late in life ... to start living
July 20th, 2011 4:15pm
Thanks a lot to all
Free Windows Admin Tool Kit Click here and download it now
July 21st, 2011 9:57am


