HttpWebRequest Asynchronous

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
 
M

Mike C#

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top