Web.Config and Settings
I'm having a little trouble making this work and I think I'm missing something. On page 82 of the book, it shows a SiteSection class -- I haven't found that in the downloaded source files.
I am using the ajax controls in this site which adds more to <configSections> in web.config.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred creating the configuration section handler for airportSite: Could not load type 'TH.AirportSite.AirportSiteSection' from assembly '__code'.
Source Error:
Line 12: </sectionGroup>
Line 13: </sectionGroup>
Line 14: <section name="airportSite" type="TH.AirportSite.AirportSiteSection, __code"/>
Line 15: </configSections>
Line 16:
Source File: C:\Documents and Settings\dave\My Documents\Visual Studio 2005\WebSites\WebAjax\web.config Line: 14
Thanks in advance for any help
DAvid
|