Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Different Browsers / Versions
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00868153
Message ID:
00868777
Vues:
15
>Hi Rick,
>
>Netscape needs Basic Authentication instead of Windows Authentication to work properly. Windows Authentication is for IE browsers.

No, not anymore. Mozilla recently added this and I think Netscape has had it for a while. I think the deal is that you need both Basic Auth and Windows Auth enabled to make it work with all browsers. Basic Auth by itself works completely different than Windows Auth and doesn't abide by file rights

But it should always work - I have an older version of Mozilla that doesn't do Win Passthrough but it works fine with Windows Auth, it's just not automatic like it is in IE (ie it doesn't pass your credentials automaitcally - you always have to type it in).


+++ Rick ---

>
>>Are you sure you're using Flow Layout? It sounds like you're using Grid layout...
>>
>>As to browser incompatibilities. ASP.Net doesn't work very well with Mozilla because it treats it as a downlevel browser (even though it's not). I can't remember if Netscape acts the same or not. There's a quick fix for this which basically kills browser sniffing and always uses HTML 4.0 and CSS:
>>
>>
>>  <system.web>
>>...
>>    <browserCaps>
>>         TagWriter=System.Web.UI.HtmlTextWriter
>>    </browserCaps>
>>  </system.web>
>>
>>
>>The security issues I'm not sure about. Make sure that Windows Authentication is enabled on the Web Server - it sounds like there are permissions problems. IE will logon and do this automatically but Mozilla/Netscape need the proper protocol support for this. In fact, Mozilla 1.5 is supposed to have the same Windows Passthrough support that IE has...
>>
>>+++ Rick ---
>>
>>>Hi,
>>>I have a web form designed using flow layout. When I view the web form using various versions of Internet Explorer on a PC and a MAC, everything looks great. However, Netscape 6 on a MAC shows me a blank screen and never prompts me to logon. Netscape 7.0 on a PC and Netscape 6.0 on a PC give me the following error message: "You are not authorized to view this page." which displays before I even get the logon prompt. Also, Mozilla on a PC moves all my fields around causing the entire page to be distorted just as in Netscape 7.1 on the PC. And, finally, Opera 7.23 on the PC gives me the following message, "The server requested a login athientication metod that is not supported. (and it listed the IP address)"
>>>Overall, I'm not having much luck trying to view my web form across different browsers. Any suggestions?? Any help??
>>>
>>>Thanks so much!
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform