The chat refresh is run every second and the target URL is the main server. So if my application is in http://myapplication.com/ the refresh URL is invoked from http://myapplication.com/CuteSoft_Client/CuteChat/ChatAjax.ashx.
What I want to happen is that I want to offload the ChatAjax.ashx requests to some other location so it will not directly interfere with the performance of the main server. I want to be able to set it such that the ajax calls goes to http://chatserver.com/CuteSoft_Client/CuteChat/ChatAjax.ashx.
From my initial inspection, right now it appears that it needs to be coupled with the deployed application.
I hope this helps.
Thank you.