I am having problems with my install. It is in my web.config and I cannot find it. I am using DNN 4.3.3
<configuration>
<!-- register local configuration handlers -->
<configSections>
<!-- BEGIN: Swirl AJAX Chat Configuaration -->
<sectionGroup name="swirlchat">
<section requirePermission="false" name="license" type="SWIRL.DNN.Modules.ChatRoom.SectionHandler, SWIRL.DNN.Modules.ChatRoom" />
<!-- END:Swirl AJAX Chat Configuration -->
<sectionGroup name="dotnetnuke">
<!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
</httpModules>
<httpHandlers>
<add verb="POST,GET" path="DesktopModules/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro" />
<!-- This is for FTB 3.0 support -->
<add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
/dotnetnuke>
<!-- BEGIN: Swirl AJAX Chat License -->
<swirlchat>
<license>
<publickey>mypublickeyinhere</publickey>
<privatekey>myprivatekeywashere</privatekey>
</license>
</swirlchat>
<!-- END: Swirl AJAX Chat License -->
</configuration>
Can someone see my problem here?
Thanks a million in advance for the help