<!-- CONFIG.WEB FILE --><configuration> <configsections> <add names="httpmodules"
type="System.Web.Config.HttpModulesConfigHandler"/> <add names="httphandlers"
type="System.Web.Config.HttpHandlerConfigHandler"/> <add names="sessionstate"
type="System.Web.Config.SessionStateConfigHandler"/> <add names="globalization"
type="System.Web.Config.GlobalizationConfigHandler"/> <!-- ADDITIONAL CONFIGSECTION DECLARATIONS GO
HERE --> </configsections> <httpmodules> <!-- http module subelements go here -->
</httpmodules> <httphandlers> <!-- http handlers subelements go here --> </httphandlers>
<sessionstate> <!-- session state subelements go here --> </sessionstate> <globalization> <!-
- session state subelements go here --> </globalization> <!-- ADDITIONAL CONFIG SECTIONS GO HERE --
></configuration>