9 min : 26 sec
This video will show how to setup a chat in your DotNetNuke site with a module called Swirl Chat.
Related link from this module:
- SwirlChat 2.1 for DotNetNuke
- Web.config change:
<handlers>
<add name="AJAX_SwirlChat" path="DesktopModules/SWIRLChat/*.ashx"
verb="POST,GET" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
<..>
</handlers>