Hi,
I am building a WebPart that works with a few connection strings and application settings. The web part will be deployed to a farm with multiple WFEs.
The connection strings will be defined by the system administrators in the production environment. System administrators are fine with changing the connection strings in any text files.
I wonder what the most practical way of doing this is. If I add an entry to Web.Config by using a feature, it will reset the application, any time the feature is disabled or enabled.
What are the practical options to do this?
Thank you,