I'm running an ASP.NET application using Mono 2.6.4 (with xsp 2.6.4 and
mod_mono 2.6.3). The following code freezes my application:

WebRequest request  = WebRequest.Create("http://www.google.com";);
WebResponse response = request.GetResponse();

It works perfectly with the Microsoft .NET Framework as well as in a Mono
console application.

Looks like a Mono bug to me...
Or am I missing something when executing a WebRequest in ASP.NET?

-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Every-WebRequest-freezes-my-application-tp2236688p2236688.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
_______________________________________________
Mono-aspnet-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to