On 8/31/10 10:54 AM, Ken wrote:
> On Aug 31, 9:45 am, "David E. Ross" <[email protected]> wrote:
>> Is your server sniffing for "Firefox"? It should instead sniff for
>> "Gecko".
>>
>> However, if you make your site compliant with the W3C specifications, it
>> is likely that you do not have to sniff at all.
>>
>> For an explanation of sniffing, see my
>> <http://www.rossde.com/internet/Webdevelopers.html#sniff>.
>
>
> I don't think "sniffing" is the issue we're running into. We are
> checking the user agent but it's only to limit the browsers that can
> access the site period, not to serve up different content based on the
> browser used.
>
> What is happening is that the script resources and hidden fields used
> by asp.net ajax are not getting registered on the page when we run the
> app in the 4.0 version of the .NET Framework. Everything works great
> running under the 3.5 version though. The only real difference is that
> for the 4.0 version is that there are some sections removed from the
> web.config file and are supposed to be used from the machine.config.
> For some reason, SeaMonkey just isn't getting it.
SeaMonkey uses the same Gecko core and associated components as Firefox,
allowing for some slight version differences when releases of the
browsers are not synchronized. Gecko and its associated components
handle interfacing with the Internet, negotiating secure sessions,
rendering Web pages, etc. As browsers, SeaMonkey and Firefox differ
only in their user interface (e.g., menubar, toolbars) and in their user
agent strings.
Since Gecko and associated components are the same between SeaMonkey and
Firefox and since the user Interface would not affect how a Web site is
accessed or displayed, the obvious conclusion is that your problem
relates to different user agent strings. That is, yours is a problem
with sniffing.
Have you checked to see if you do indeed allow a string in the form of
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11)
Gecko/20100701 SeaMonkey/2.0.6
For Firefox, do you check for "Firefox" or for "Gecko"?
--
David E. Ross
<http://www.rossde.com/>.
Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey