managing connection strings

Is there a way to manage connection parameters external to the Metastorm designer??

 

I'm looking for a better way to handle database password changes. At present it looks like the only way to change a password defined in a connection is to re-deploy the solution.  Am I missing something?

Tagged:

Comments

  • You should be able to manage connection strings by going Admin Tools > Repository > Projects > Your Project > Connections > Edit

     

    If you're not wanting to change passwords on a native connection type, another option is to have an encrypted constants class either in the project or included as a dll, but the 1st option is the preferred, supported method.