ASP.NET 2.0 Migration
I migrated the Ottawa Events site from the beta over to the release version of the framework, with almost no problems.
Almost: There was an attribute in the web.config file, that the new version didn't recognize, and it gave an error loading the site.
The offending node was:
<add extension=".rdlc" type="Microsoft.Reporting.WebForms.RdlBuildProvider,
Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
appliesTo="All" />
The fix was just to remove the appliesTo attribute.
Ottawa Event Listings