Ah, I found a problem. The JavaScript files belong to each other, i.e.
core.ashx needs some functions from prototype.ashx. Firefox is
downloading these files at the same time and then some functions are
missing.
There is a first workaround for this using following configuration in
web.config:
<ajaxNet>
<ajaxSettings>
<scriptReplacements>
<file name="prototype" path="~/ajaxpro/prototype-core.ashx" />
<file name="core" path="" />
</scriptReplacements>
</ajaxSettings>
</ajaxNet>
Regards,
Michael
On 7/19/06, Michael Schwarz <[EMAIL PROTECTED]> wrote:
> I've installed the 2.0b1 and i.e. http://www.ajaxpro.info/ is working
> without any error, only a CSS warning I get.
>
> Do you have a public URL for me to test your page?
>
> Regards,
> Michael
>
>
> On 7/19/06, Pontus <[EMAIL PROTECTED]> wrote:
> >
> > Why? Why?
> >
> >
> > > >
> >
>
>
> --
> Best regards | Schöne Grüße
> Michael
>
> Microsoft MVP - Most Valuable Professional
> Microsoft MCAD - Certified Application Developer
>
> http://weblogs.asp.net/mschwarz/
> http://www.schwarz-interactive.de/
> mailto:[EMAIL PROTECTED]
>
> Skype: callto:schwarz-interactive
> MSN IM: [EMAIL PROTECTED]
>
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
Skype: callto:schwarz-interactive
MSN IM: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---