How to reading setting from configuration files?

  • 28 March 2005
  • 1 reply
  • 0 views

Badge +1
How do I get a K2 process to read settings from a configuration file? (eg. the web.config or app.config)

In this way, I do not need to give access permission to the K2 server or database server to other less privileged users.

1 reply

Badge +4
One thing you can do is to place the information in Process Data variables. I know this duplicates the information, but it does allow easy retrieval within K2 and doesn't require file i/o.

Reply