https://bugzilla.novell.com/show_bug.cgi?id=357565
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357565#c6 --- Comment #6 from Juraj Skripsky <[EMAIL PROTECTED]> 2008-02-10 03:50:07 MST --- These pages mention a problem with IE and "app_offline.htm" files shorter than 512 bytes: http://weblogs.asp.net/scottgu/archive/2006/04/09/App_5F00_Offline.htm-and-working-around-the-_2200_IE-Friendly-Errors_2200_-feature.aspx http://dotnetslackers.com/ASP_NET/re-26112_App_Offline_htm_Gotcha_hash_2.aspx http://aspnet.4guysfromrolla.com/articles/110707-1.aspx These pages argue that it would be better to return a 503 error that a 404: http://asp-net-whidbey.blogspot.com/2006/04/aspnet-20-features-appofflinehtm.html https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319986 Personally I would vote for an implementation that returns a 503 error and makes sure the server page is at least 512 bytes long by appending whitespace or an html comment if necessary. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
