[Mono-aspnet-list] Every WebRequest freezes my application

Heiko h.weible at visual-generation.de
Sun May 30 18:38:53 EDT 2010


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.


More information about the Mono-aspnet-list mailing list