HttpWebRequest Asynchronous

  • Thread starter Thread starter Mike C#
  • Start date Start date
M

Mike C#

Hi all,

I'm working on creating a page that performs several (15) HttpWebRequests.
It works synchronously, and I used a MS sample to implement asynchronous
functionality, but I'm having trouble making it send all 15 requests
asynchronously. Does anyone have an example that does this, or know where I
can find one of an ASP.NET page that sends multiple HttpWebRequests
asynchronously?

Thanks
 
Is this even *possible* with ASP.NET? The more I Google this and wait for a
response, the more it seems like one of those things that probably shouldn't
even be attempted in ASP.NET.
 
Back
Top