Re: installation permission problem

  •  08-03-2005, 1:37 PM

    Re: installation permission problem

    If your host doesn't allow you access your sql server use the CuteChatConfig.exe for security reasons, please follow the steps below:

    Step 1:
     
    Open you configuration file. Your configuration file should look like the following:
    <cutechatconfig> <chat_config name="UserAdapterType" value="" /> <chat_config name="Announcement" value="Welcome to Cute Chat" /> <chat_config name="ClientPath" value="" /> <chat_config name="DataProviderType" value="SamplePortal.CuteChatIntegration.DataProvider,Sampleportal" /> <chat_config name="Description" value="Cute Chat sample portal configuration" /> </cutechatconfig>

     

    Step 2:

    Set your configuration by sql :

    Example:

    INSERT Chat_Config (ConfigName,ConfigValue) VALUES ('UserAdapterType',' ' )
    INSERT Chat_Config (ConfigName,ConfigValue) VALUES ('Announcement','Welcome to Cute Chat')
    INSERT Chat_Config (ConfigName,ConfigValue) VALUES ('ClientPath',' ' )
    INSERT Chat_Config (ConfigName,ConfigValue) VALUES ('DataProviderType','SamplePortal.CuteChatIntegration.DataProvider,Sampleportal')
    INSERT Chat_Config (ConfigName,ConfigValue) VALUES ('Description','Cute Chat sample portal configuration')



     

     

     

     

     

     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread