Hi Nick, first of all thanks for the very detailed and well done webcast. I've just download the webcast and the code but it seems to be an error in siteurls_override.config attached. The error seems to be an xpath error in the update section. I've changed your siteurls_override.config into this and everything magically works fine:
<?xml version="1.0"?>
<Overrides>
<Override xpath = "/SiteUrls/locations/location[@name='common']" mode = "add">
<url name="videolist" path="Videos/Default.aspx" pattern="Videos/Default.aspx" vanity="{2}" physicalPath="##themeDir##" page="videos.aspx" />
<url name="video" path="Videos/{0}.aspx" pattern="Videos/(\d+).aspx" vanity="{2}?PostID=$1" physicalPath="##themeDir##" page="video.aspx" />
</Override>
<Override xpath = "/SiteUrls/navigation/link[@name='files']" mode = "update">
<link name="files" resourceUrl="fileshome" resourceName="files" roles="Everyone" applicationType = "FileGallery" />
<link name="video" resourceUrl="videolist" text="Webcast" roles="Everyone" />
</Override>
</Overrides>
Keep up the good work, all my best
Luca Del Tongo
Microsoft Student Partner, University of Florence
http://blogs.ugidotnet.org/WetBlog/Default.aspx
Luca Del Tongo
Microsoft Student Partner
Università degli studi di Firenze
lukadt@gmail.com
lukadt@student-partners.com
http://blogs.ugidotnet.org/wetblog
------------------------------------------------