I have an ASP.NET webapp (on Win 2k3) that uses forms authentication. For some reason, when a user logs in with IE, the site either freezes or throws an error (such as "Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0").
This doesn't make any sense because I can login with Firefox and Chrome successfully.
Any ideas?
Update
Just found out this only happens when the login page is in an IFrame. IE doesn't persist the login cookie. Is there a fix for this?