Web.Config

  •  10-18-2006, 8:01 AM

    Web.Config

    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