Support Forums
 
  Forum  Support  Installation He...  Please help with install.
Previous Previous
 
Next Next
New Post 7/31/2006 5:36 PM
  leemedic
3 posts
No Ranking


Please help with install. 
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
 
New Post 7/31/2006 5:50 PM
  Will Gillen
65 posts
No Ranking




Re: Please help with install. 

It looks like your web.config file is missing a closing tag just BEFORE the <!-- END: Swirl AJAX..:

Should look like this:

<!-- BEGIN: Swirl AJAX Chat Configuration -->
<sectionGroup name="swirlchat">
<section requirePermission="false" name="license" type="SWIRL.DNN.Modules.ChatRoom.SectionHandler, SWIRL.DNN.Modules.Chatroom" />
</sectionGroup>
<!-- END: Swirl AJAX Chatroom Configuration -->

See if that takes care of the problems...

If you continue to have any problems, you can open a ticket with our support desk by sending email to: support@swirlhost.com

Thank you!

-- Will Gillen
-- Swirlhost Support


-- Will Gillen, Swirlhost Inc.
 
New Post 7/31/2006 9:15 PM
  leemedic
3 posts
No Ranking


Re: Please help with install. 
Got it up and running. Thanks for finding my error for me. Great program... keep it up.
 
Previous Previous
 
Next Next
  Forum  Support  Installation He...  Please help with install.
     

DotNetNuke Gold Benefactor

Copyright (c) 2012 Swirl AJAX ChatRoom Module
Privacy Statement | Terms Of Use