ASP.NET's compatability with non-Microsoft Web browsers

What is ASP.NET's compatibility with other browsers besides Internet Explorer?
ASP.NET is a server-side technology, having nothing to do with IE. Therefore, it can render HTML 3.2, HTML 4 + DHTML, WML, etc. It depends on the controls you use and how they render to different browsers. There are third-party browsers that render IE-enhanced UIs, but which also work for so-called downlevel browsers.

This was first published in December 2003