Hello, ashehu (AT) gmail (DOT) com!
Can you give more details about requests your application is making? Are
they HTTP requests?
Do you use HttpWebRequest?
--
With best regards, Vadym Stetsiak.
Blog:
http://vadmyst.blogspot.com
You wrote on Thu, 01 Nov 2007 02:12:23 -0700:
a> Hi all,
a> I have two applications on the same machine with exactly the same
a> code. One is a Console application that is used for testing and the
a> other runs in a sharepoint web part. The Console application works
a> fine, but calling this:
a> using (Stream requestStream = request.GetRequestStream())
a> {
a> requestStream.Write(bytes, 0, bytes.Length);
a> requestStream.Close();
a> }
a> on the web part always results n a timeout exception.
a> Any help appreciated.
a> Thanks,
a> Ammar