ASP.NET 2.0 Free Tutorials : Advanced Site Functionality

In this tutorial you will learn advanced site functionality, Enhanced Page Framework, To create the Web.Sitemap file, Tracking Traffic with Site Counters and Going Mobile.

Enhanced Page Framework

The advanced functionalities offered by ASP.NET include site navigation and site counters. The built in navigation has three components:

1. Site Structure which is a programming interface that lists the hierarchical structure of the Website. The site map object exposes this interface using the components provided by the Site Map Provider. The default data store is usually a root level xml file named app.sitemap.

2. Site Navigation is a control that names each node defined in the site map and associates it with a URL.

3. Site Structure Display is a component that renders the site navigation user interface in an intelligent fashion and maps user friendly URLs to appropriate .aspx files.

The Site Map is a container for the hierarchical collection of nodes representing pages in an application. The default representation of a site map is Web.sitemap. This is an xml file.

Read More...

http://www.exforsys.com/content/view/1660/354/