home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / configoverview.aspx < prev    next >
Encoding:
Text File  |  2000-06-07  |  2.3 KB  |  33 lines

  1.  
  2. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  3.  
  4. <h4>Configuration Overview</h4>
  5.  
  6. A central requirement of any web application server is a rich and flexible configuration system û one that enables developers to easily 
  7. associate settings with an installable application (without having to ôbakeö values into code), and enables administrators to easily 
  8. customize these values post-deployment.  The ASP+ configuration system has been designed to meet the needs of both of these 
  9. audiences, and provides a hierarchical configuration infrastructure that enables extensible configuration data to be defined and 
  10. used throughout an application, site, and/or machine.  It has the following qualities that make it uniquely 
  11. suited to building and maintaining web applications:
  12.  
  13. <ul>
  14. <li>ASP+ allows configuration settings to be stored together with static content, dynamic pages and business objects within a single 
  15. application directory hierarchy.  A user or administrator simply needs to copy a single directory tree to setup an ASP+ application on a 
  16. machine.
  17. <p>
  18. <li>Configuration data is stored in plaintext files that are both human-readable as well as human-writeable.  Administrators and developers 
  19. can use any standard text editor, XML parser, or scripting language to interpret and update configuration settings.
  20. <p>
  21. <li>ASP+ provides an extensible configuration infrastructure that enables third-party developers to store their own configuration settings, 
  22. define the persistence format of their own configuration settings, intelligently participate in the processing of them, as well as control 
  23. the resulting object model through which those settings are ultimately exposed.  
  24. <p>
  25. <li>Changes to ASP+ configuration files are automatically detected by the system, and are applied without requiring any 
  26. user-intervention (in other words û an administrator should not need to restart the web server or reboot the machine in order for them to take effect).
  27. </ul>
  28.  
  29. <p>
  30. To learn more about the ASP+ configuration system and how it works, read the following two sections: 
  31. <a href="configformat.aspx">Configuration File Format</a> and <a href="configretrieve.aspx">Retrieving Configuration</a>.
  32.  
  33. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->