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 [ ] inside the 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 [
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:
|
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
regards,max
nikshuklaPosted Dec 4, 2006, 4:05 PM
If your answer is yes then MagicAjax has a bug and we already pointed them to the solution.
Solution.
Server.Transfer ("page2.aspx") - Correct
Server.Transfer ("page2.Aspx") - Incorrect.
(It is a uppercase/lowercase problem).
Hope this helps.
Regards,