Hello, I'm having a lot of difficulty getting FireFox to work with AJAX.Net.
I've reduced my problem to a very simple ASPX page and have posted a ZIP file containing it and the basic web.config file I'm using: http://www.pbworldnet.com/userdata/TestBed.zip In IIS 5 (or 6), I created an application for this folder then I specifically allowed ONLY windows integrated authentication (a requirement of the environment I hope to eventually use AJAX.Net in). No matter what I do, FireFox (1.x or 2.x) prompts me for credentials when I click the test button on the test ASPX page. Worse, in FireFox the AJAX call never succeeds. In Internet Explorer, everything works fine. When I replace the core.js file with my own version in which I've commented out the following line everything works fine: this.xmlHttp.setRequestHeader("Connection", "close"); // Mozilla Bug #246651 Can anyone help me out? Is it possible that the fix for bug #246651 fixed earlier versions of FireFox but is actually breaking new ones? Thank you, Andrew Eberhard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ The open source project is now located at http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro -~----------~----~----~----~------~----~------~--~---
