http://bugzilla.novell.com/show_bug.cgi?id=618266
http://bugzilla.novell.com/show_bug.cgi?id=618266#c0 Summary: WebRequest hangs ASP.NET application Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: Linux Status: NEW Severity: Critical Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Community User Blocker: --- Description of Problem: Running an ASP.NET application using Mono 2.6.4 (with xsp 2.6.4 and mod_mono 2.6.3), executing a WebRequest hangs the application. Tested on Ubuntu and SUSE. Steps to reproduce the problem: This code hangs the application: WebRequest request = WebRequest.Create("http://www.google.com"); WebResponse response = request.GetResponse(); Actual Results: Get the content of a webpage. Expected Results: Applications hangs/freezes. How often does this happen? Always. Additional Information: It works perfectly with the Microsoft .NET as well as in a Mono console application. Other developers report the same issue: http://go-mono.com/forums/#nabble-td2236688%7Ca2236688 -- Configure bugmail: http://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
