All Tags »
BlackPearl »
environment library (RSS)
Sorry, but there are no more tags available to filter with.
-
Arjuna,
You can use the Environment Library / StringTable to hold configuration values. You can change the environment library to have different values for different target environments. When you deploy your workflow, you specifiy the target environment and the values will be deployed to the string table.
David
-
How about using a deployment package to move your environment settings to another server? Open a workflow project in Visual Studio, right-click on the project and choose ''Create Deploy Package''. The deployment package will reside under your project's obj\debug\deployment folder. Here's a link to a KB ...