Hi kjell.ek,
It just an example to show you the Chat provider format, can not use it directly.
you set <add key="ChattInlogg" value="server=xxx.xxx.xxx.xx,1433;user=xxx;pwd=xxx;database=dragchatt"/> in web.config, I think you set in
<appSettings><appSettings/>. So you can get the value like below.
System.Configuration.ConfigurationSettings.AppSettings("ChattInlogg")
Regards,
ken