the only way I can get it to even come close to working is if I copy and paste the contents of the IntegrationUtility.js.aspx in to the top of the default.aspx page and hardcode in the url at the top:
var __cc_urlbase='http://localhost:9500/DesktopModules/CuteSoft_Client/CuteSoft_Client/CuteChat/';
If I don't do that, it will find the file but it logs me out every time I try and navigate to another page on the site.
Now I can at least get a window to pop up but I keep getting some kind of 404 error trying to find a "Login.Aspx" file? I can't seem to find it either.
Please help!