Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Web.Config
Web.Config
10-18-2006, 8:01 AM
cdgregory
Joined on 10-16-2006
Posts 15
Web.Config
Reply
Quote
Hi
I am using the integration download package to use with my asp.net 2 vb.net website.
I am currently trying to update the global.asax file as the examples do not replate to a standalone website.
I notice there is no web.config in the integration package so this function will have problems?:
#Region " IHttpApplicationConnectionStringProvider Members "
'Step 1: Let CuteChat know your databse connection string
Public Function GetConnectionString(ByVal user As CuteSoft.Chat.UserIdentity) As String Implements CuteSoft.Chat.IHttpApplicationConnectionStringProvider.GetConnectionString
Return System.Configuration.ConfigurationSettings.AppSettings("ConnectionString")
End Function
#End Region
How do I get around this - do I create a web.config - if so what does it need to contain?
Am I missing something?
Thanks
CG
View Complete Thread