Groups | Blog | Home
all groups > dotnet general > november 2004 >

dotnet general : Browser compatibility


Rob Oldfield
11/16/2004 9:33:20 PM
Just a quick and hopefully straightforward question.... are there any issues
with web sites based on .Net not working correctly (or at all) for clients
using non IE browsers (Mozilla and Firefox being the two major concerns
obviously)?

Thanks


v-kevy NO[at]SPAM online.microsoft.com
11/17/2004 3:13:21 AM
Hi Rob,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know if there is any
browser compatibility issues for ASP.NET. If there is any misunderstanding,
please feel free to let me know.

Yes, there is. The compatibility issues are mainly in script support and
web controls. Here are some documents about cross-browser compatibility.
HTH.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/ASPNet-JSPMig-MultiBrowserSupport.asp
http://msdn.microsoft.com/asp.net/using/migrating/phpmig/whitepapers/compati
bility.aspx

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Rob Oldfield
11/17/2004 10:08:28 AM
Your understanding would be correct.

So the situation is that if I'm building an asp.net site which I want to
ensure works under Mozilla, then there would be no reason why it wouldn't
work, just that the code would need to be tested and potentially tweaked
slightly to cope?


[quoted text, click to view]

v-kevy NO[at]SPAM online.microsoft.com
11/18/2004 9:27:05 AM
Hi Rob,

The general asp.net controls can be rendered properly to HTML. However,
some IE web controls might not be displayed on other browsers. It would be
good practice to test the app on all browsers.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
AddThis Social Bookmark Button