If your life sucks so badly that you have to support Netscape 4.x, you might want to remember that Netscape 4 never handled Unicode/UTF-8 very well. Since UTF-8 is ASP.NET's default Response Encoding, you'll often see the Evil Black Squares "" ©2003 displayed instead of your text.
Easily fixed though, change the following line in the Web.config file from
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
to:
<globalization requestEncoding="utf-8" responseEncoding="ascii" />
Scott at DevReach in Bulgaria in October
Developer Stand up Comedy - Coding 4 Fun
TechDays/DevDays Netherlands and Belgium:
Posts by Category Posts by Month
Greatest Hits Dev Tools List