the version I am using is 4.5.0.1
I followed the instruction on placing the chat in a different directory.
basically I added to my web.config: the connectionstring to the database
and also
<add key="CuteChat.DataDirectory" value="~/Chat" />
pretty much that is it. I placed the whole chat project under my projroot/chat directory