EnsureScriptManager HttModule v1.3 released
While talking to one of the users of my new MS Ajax & DNN implementation approach, he mentioned (thanks Kevin :)) a small bug in the HttpModule.
The module was outputting the ScriptManager to ALL .aspx pages, and as it needs to be added to the HtmlForm, when it came over Logoff.aspx page (which doesn’t have a HtmlForm)… it simply broke.
I’ve fixed this issue pretty easily… by limiting the output of the HttpModule to only Default.aspx page and now everything works great.
If you need a new version of the EnsureScriptManager HttpModule, you can visit my DNN & Ajax project in the Projects section and download it.
Cheers!

Leave a Reply