Ajax.NET Support
The first AJAX enabled library for Microsoft .NET (Ajax.NET) is about 5 months old, now. The large acceptance has killed my inbox and I have still about 130 unread emails. Sorry, but I need more time to answer all your emails. If you have only quick questions feel free to contact me using MSN Messenger (passport @ schwarz-interactive.de).
For questions concerning the Open Source Code project please contact Christian Hubinger (chubinger @ sedisys.com).
6 Comments
Comments have been disabled for this content.
Francisco Salazar said
Hi there !
i got my web.config file with forms authentication and i got an error on my pages when thay load.
How can I fix it ?
Tks
answer to f_salazar@hotmail.com
Harry said
In that situation, you should read the error, and address the cause.
Shan Plourde said
Hi Michael, nice work on your component. I set it up this weekend and played around with it, it works very well. Good stuff! Here's an article with my experience using it: 2005/08/michael-schwarzs-ajaxnet-free-library.html.
John McMillion said
I'm getting the same problem. Ajax works great when the authorization in web.config is set to allow users = *. But because I want to use roles in form authentication and use securitytrimming for a menu control, I need to set deny users = *, and then allow roles=myrole.
When I do that though I get Javascript errors, from what I can tell it's related to the RegisterTypeForAjax line. It still generates the javascript src code lines in view source, but apparently, the proxy stub that is being generated on the fly behind the scenes isn't able to authenticate because I am denying users even though I'm allowing my role. That's my best guess.
I tried to manually copy the javascript lines in but my assembly name seems to be random when I view the source.
src=/Extranet/ajax/MasterPage,App_Web_rkxoxrjd.ashx
Could also have to do with using Master Pages. Any ideas out there?
John
Olli said
It is not a problem of Ajax.NET!!!!! As written on different forums you have to add a location element in your web.config to allow all AJAX requests!
John said
Can you recommend any AJAX forums for common issues?
I'm using linked dropped down lists per the samples, but when the second list is changed, and I postback, I can't get the selected value.
Any ideas?