Allow admin to initiate and set values in app.config section in web.config file
Will be initiated after installation
And admin can open it any time later
Framework to allow configuration Interface for any values in web.config
the main part will be for normal values like connection strings , smtp , etc. will be read from an XML file
the second part will be an extension and will be made by another developer to be specific to his values and his system
Log in to post a comment.
Framework to allow configuration Interface for any values in web.config
the main part will be for normal values like connection strings , smtp , etc.
will be read from an XML file
the second part will be an extension and will be made by another developer
to be specific to his values and his system