Coolite says AjaxRequestModule is missing from web.config - it isn't!

  1. #1

    Coolite says AjaxRequestModule is missing from web.config - it isn't!

    Hi everyone,

    I recently upgraded from 0.7 to 0.8 and I keep getting a strange dialog when I start my application, or whenever the application pool recycles, for that matter:

    The <code>web.config</code> file for this project is missing the required AjaxRequestModule.
    
    <div style="margin-left: 48px;">Example
    
    <code><system.web>
      <httpModules>
        <add name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
      </httpModules>
    </system.web>
    
    </code>
    I've checked web.config and the line is there. Everything in the application works as it should. I've even gone as far as copying and pasting the example into web.config, just in case there was a typo.

    Any ideas?
  2. #2

    ever get a response for this?

    I'm having same problem. Trying to install a coolite web app in new location.
  3. #3
    Quote Originally Posted by hillscottc View Post
    I'm having same problem.
    Are you upgrading from 0.7 to 0.8?

    Anyways, please start a new forum thread on the Premium Help forum.

Similar Threads

  1. Replies: 0
    Last Post: May 24, 2012, 5:18 AM
  2. Replies: 0
    Last Post: May 10, 2012, 1:33 AM
  3. Replies: 16
    Last Post: May 30, 2010, 1:13 AM
  4. Replies: 4
    Last Post: Oct 27, 2009, 6:15 AM
  5. Replies: 5
    Last Post: Jul 06, 2009, 3:02 PM

Posting Permissions