OK, right now I am just trying to get it to work so I am hardcoding in all of the URL references just to see if I can get it to work...I will deal with the URL problem myself later....
Now the window pops up, but I am getting the following on the "Utility_RedirectContact.aspx":
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'CuteChatConfig'.
Source Error:
Line 10: string uniquename=Request.QueryString["UniqueName"];
Line 11:
Line 12: if( ! ChatWebUtility.CurrentIdentity.IsRegistered )
Line 13: {
|
Any thoughts on that one?
Thanks!