Re: ChatProvider examples

  •  06-07-2010, 2:14 AM

    Re: ChatProvider examples

    Hi kjell.ek,
     
    It just an example to show you the Chat provider format, can not use it directly.
     
    Please refer to http://www.cutesoft.net/ASP.NET+Chat/Developer-Guide/scr/DeploymentIntegration.htm stpe 4 to create your own chatprovider.
     
    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
View Complete Thread