One big issue regarding web.sitemap as a source for ASP.NET navigation controls is the lack of dynamic updating. This means you need to manually add the new ASP.NET pages to your web.sitemap so that your navigation menu (which is using ASP.NET navigation controls such as SiteMapPath and TreeView) will include the newly added pages.

But manually updating web.sitemap can be a daunting task taking into consideration if you have a lot of new pages to be added to your site or you are managing an ASP.NET website with lots of pages.

This is where solutions to dynamically/automatically update your website navigation are important. In this tutorial, you will be using the ScionSitemapProvider as a tool to dynamic update your ASP.NET website navigation without the need to update the web.sitemap manually.

Demo Website Project using Basic Navigational Controls

In this tutorial you will be using a sample website project that you can use to illustrate the entire process of integrating the ScionSiteMapProvider to your own project. Follow the steps below:

1. Download the sample website project here:


http://www.dotnetdevelopment.net/tutorials/dynamicnavigationdemo.zip

This website project does not yet use ScionSitemapProvider to automatically update the website navigation menu when new pages are added. This is still using the web.sitemap as a source of navigational controls.

2. Right click on the zip file and click “Extract here”.

3. Copy the extracted folder named as “dynamicnavigationdemo” to your ASP.NET local project folders (where you will normally save all your ASP.NET projects).

4. Launch Visual Web Developer Express and go to File – Open Website -- look for dynamicnavigationdemo project, select it and click Open.

5. Go to Default.aspx source code then go to File – View in Browser. You should see the sample website as follows:




There are actually 4 ASP.NET pages in the root directory: Default.aspx (Homepage), Contact.aspx (Contact), Privacy.aspx (Privacy) and Terms.aspx (Terms). There is one directory named “About” with 3 child pages under it Default.aspx (About), John.aspx (John) and Peter.aspx (Peter)

If you are going to add new pages to either the root directory or inside the “About” directory, you will need to manually update the web.sitemap so that new pages will be reflected in the website navigation menu.

Integrate ScionSitemapProvider to your Website Project

The first step in dynamically updating your website navigation menu is to integrate ScionSitemapProvider. Follow the steps below:

1. Go to this page:
http://www.codeproject.com/KB/aspnet/ScionSiteMapProvider.aspx

2. Click the link that says “Download compiled assembly and GAC installer (v.1.1.0.0) - 14.7 KB”. You will need to login before you can download. Registration process is very quick.

3. After downloading, go to your Downloads folder and find the package “Tek4WebScionSiteMapProvider.zip”.

4. Right click on Tek4WebScionSiteMapProvider.zip then click "Extract to Tek4WebScionSiteMapProvider"

The folder is then extracted and inside the Tek4WebScionSiteMapProvider; you should see two files namely: Tek4.Web.ScionSiteMapProvider.dll and Tek4.Web.ScionSiteMapProvider.msi. In this tutorial you will be only using Tek4.Web.ScionSiteMapProvider.dll.

5. Go back to the dynamicnavigationdemo project in Visual Web Developer Express. Go to “Website” -- then click “Add Reference”. Click “Browse” tab. Browse where you have extracted the Tek4WebScionSiteMapProvider folder.

6. Once you see the Tek4WebScionSiteMapProvider folder, select Tek4.Web.ScionSiteMapProvider.dll and then click OK. This dll file will then be added to the Bin folder of your website project. You can see it in Solution Explorer.

7. You also need to update your web.config file to add ScionSitemapProvider as your sitemap provider. Double click web.config in Solution Explorer.

8. Copy and paste the code below just before </system.web> in web.config:

<siteMap defaultProvider="Tek4ScionSiteMapProvider">       
<providers>
<add siteMapFile="web.sitemap" name="Tek4ScionSiteMapProvider" inherit="true" scionTitle="Path" titleSeparator=" > "  type="Tek4.Web.ScionSiteMapProvider,Tek4.Web.ScionSiteMapProvider, Version=1.1.0.0, Culture=neutral, PublicKeyToken=26c804c56bafc725" defaultDocuments="default.aspx" description="Extends XmlSiteMapProvider to provide mapping for URLs that do not have a sitemap file entry by inheriting information from a parent entry." />  
</providers>

9. Go to File – Save all. You have successfully integrated ScionSitemapProvider.

Reasons why you must trust ASPHostPortal.com

Every provider will tell you how they treat their support, uptime, expertise, guarantees, etc., are. Take a close look. What they’re really offering you is nothing close to what ASPHostPortal does. You will be treated with respect and provided the courtesy and service you would expect from a world-class web hosting business.

You’ll have highly trained, skilled professional technical support people ready, willing, and wanting to help you 24 hours a day. Your web hosting account servers are monitored from three monitoring points, with two alert points, every minute, 24 hours a day, 7 days a week, 365 days a year. The followings are the list of other added- benefits you can find when hosting with us:

-
DELL Hardware
Dell hardware is engineered to keep critical enterprise applications running around the clock with clustered solutions fully tested and certified by Dell and other leading operating system and application providers.
- Recovery Systems
Recovery becomes easy and seamless with our fully managed backup services. We monitor your server to ensure your data is properly backed up and recoverable so when the time comes, you can easily repair or recover your data.
- Control Panel
We provide one of the most comprehensive customer control panels available. Providing maximum control and ease of use, our Control Panel serves as the central management point for your ASPHostPortal account. You’ll use a flexible, powerful hosting control panel that will give you direct control over your web hosting account. Our control panel and systems configuration is fully automated and this means your settings are configured automatically and instantly.
- Excellent Expertise in Technology
The reason we can provide you with a great amount of power, flexibility, and simplicity at such a discounted price is due to incredible efficiencies within our business. We have not just been providing hosting for many clients for years, we have also been researching, developing, and innovating every aspect of our operations, systems, procedures, strategy, management, and teams. Our operations are based on a continual improvement program where we review thousands of systems, operational and management metrics in real-time, to fine-tune every aspect of our operation and activities. We continually train and retrain all people in our teams. We provide all people in our teams with the time, space, and inspiration to research, understand, and explore the Internet in search of greater knowledge. We do this while providing you with the best hosting services for the lowest possible price.
- Data Center
ASPHostPortal modular Tier-3 data center was specifically designed to be a world-class web hosting facility totally dedicated to uncompromised performance and security
- Monitoring Services
From the moment your server is connected to our network it is monitored for connectivity, disk, memory and CPU utilization – as well as hardware failures. Our engineers are alerted to potential issues before they become critical.
- Network
ASPHostPortal has architected its network like no other hosting company. Every facet of our network infrastructure scales to gigabit speeds with no single point of failure.
- Security
Network security and the security of your server are ASPHostPortal’s top priorities. Our security team is constantly monitoring the entire network for unusual or suspicious behavior so that when it is detected we can address the issue before our network or your server is affected.
- Support Services
Engineers staff our data center 24 hours a day, 7 days a week, 365 days a year to manage the network infrastructure and oversee top-of-the-line servers that host our clients’ critical sites and services.