max dev

max dev

  • NA
  • 3
  • 0

urlrewriter + magicajax + httpmodule error :

Nov 22 2006 7:31 AM

hi friends, error is as follows: it appears when i enable urlrewriter code in my global.asax. though i have added this magicajax httpmodule same as shown in error in my web.config still it gives me this exception.. any help is appreciated honestly, plz help.

The MagicAjax HttpModule is not included in web.config. Add [<httpModules><add name="MagicAjax" type="MagicAjax.MagicAjaxModule, MagicAjax" /></httpModules>] inside the <system.web> section.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: MagicAjax.MagicAjaxException: The MagicAjax HttpModule is not included in web.config. Add [<httpModules><add name="MagicAjax" type="MagicAjax.MagicAjaxModule, MagicAjax" /></httpModules>] inside the <system.web> section.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[MagicAjaxException: The MagicAjax HttpModule is not included in web.config. Add [<httpModules><add name="MagicAjax" type="MagicAjax.MagicAjaxModule, MagicAjax" /></httpModules>] inside the <system.web> section.]
   MagicAjax.MagicAjaxContext.get_Current() +123
   MagicAjax.UI.AjaxControl.SetAjaxIntrinsics() +15
   MagicAjax.UI.Controls.AjaxPanel.OnLoad(EventArgs e) +17
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +731


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

regards,max

Answers (1)