Skip to main content
How do i read the database connection string from server.config file?
Can't find any methods in K2.Utilities

Thanks!
I don't think that would be a good thing to do.
May I ask what you are trying to achieve with this?
Do you want to read it from code executed by the K2.net Server (i.e. code in K2.net Studio), ASP.NET Page, Win32 App?
private string m_strSOKeywords = System.Configuration.ConfigurationManager.AppSettings["Tasker.SmartObjectServer"]

Reply