Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sun 403 posts 395 karma points
    Aug 24, 2011 @ 13:15
    sun
    0

    if possible, let all set item in a config file named dateFolders.config and saved it in config folder

    I see config files of most modules are stored in config folder, I think this is better, and you can write example config in it as comment.

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Aug 24, 2011 @ 13:17
    Stefan Kip
    0

    Another nice idea! :-) Only problem is; if people upgrade, how do I keep it backwards compatible... Or should people read the release notes and notice this breaking change and they'll have to transfer their settings from the web.config to the dateFolders.config manually?

  • sun 403 posts 395 karma points
    Aug 24, 2011 @ 13:28
    sun
    0

    If user can be able to add config item to web.config, I think they can  transfer their settings manually and easily.

    I'm not a coder, I think if you tell me, the new version should remove three config items in web.config, and reset them in config/dateFolders.config just following example.

    I think I can do it easily.

  • GFoley83 4 posts 24 karma points
    Jan 22, 2013 @ 22:36
    GFoley83
    0

    Just logged on here to suggest the same thing. I find it easier to keep track of what modules I've got installed if they have their own settings config. Seems to be the norm these days. Also lets me makes changes on the fly without have to restart my whole application pool (by touching web.config).

    Another thing is when I'm installing a new plugin I like to expand the "Read more" box to see exactly what's gettings put into my solution; having a dedicated config files tells me that there are changes and modifications I can make. If all config options are set in the web.config then that's not immediately clear.

Please Sign in or register to post replies

Write your reply to:

Draft