• 10.0.0 - 10.0.26
    541 201 9965 Email Website
  • Contents
    Search:
     

    Home > Release Notes > Release Notes - 10.0.0 > Release Notes - for developers > Changes to the web.config

    Changes to the web.config

    Web.config

    AspDotNetStorefront 10.0.0 - 10.0.23 introduces two new .config files: AppSettings.config and ConnectionStrings.config. Both files exist in the root of your web folder alongside the web.config file.

     

    The web.config file references AppSettings.config and ConnectionStrings.config as 'include files' as the following illustrates:

     

        <connectionStrings configSource="ConnectionStrings.config" />
        <appSettings configSource="AppSettings.config" />

     

    Note: Your site restarts when the web.config file is modified or 'touched,' but does not restart when AppSettings or ConnectionStrings files are modfied or 'touched.'



    Actions
    Print This Article
    Bookmark
    Email This Article
    Previous Article
    Next Article