I really like the product, but I am having two significant issues:
Environment: Existing Asp.Net 2.0 website; with SQL Server Express Database.
1) I am getting the following error when I am trying to add in the button to the page:
System.Exception: Missing appSetting:CuteChat.SqlClient.ConnectionString
However, I do have a value there, but what does it need to be set to because my connection string is a very different format?
Also the name for the key of "ConnectionString" is REALLY bad, because a site of any size probably combines 2-10 different components, features, functionality that all require connection strings. Can I change this name and if so, where do I?
2) I am was getting the following error when I tried to set up the install as instructed in the deployment guide. The app seems not to be compatible with Visual Studio 2005 and the built in browser viewing/testing. When I launch the app it would only work if the CuteSoft_Client directory was at the top level directory, thus killing the concept of trying to isolate all of the cutelivesupport code in a sub directory.
Any help on either/both of these issues would be greatly appreciated
Thanks