Click to See Complete Forum and Search --> : Retrieving Mails from POP server


Mallampalli
February 25th, 2005, 12:32 AM
Hi,

I developed an application that can retreive the mails from popserver, i developed it using c# in vb.net

But the same application when i developed as web application using asp.net

its not working, it is taking a lot time to retrieve the data and the session is getting out


i am using tcpclient class and networkstream to write to POPserver and using stream reader to read the data

can u suggest me any ideas, i already tried increasing the session time out option

thanks

Mallampalli