Re: Why Would ResponseStream().Read return zero bytes when not at end of file? ... there is no network requirement that the number of bytes delivered by the server before closing the connection is identical to the number of bytes the server advertised in the HTTP response. ... The advertised length is just that: an advertisement.... (microsoft.public.dotnet.languages.csharp)
Re: Closing connections ... I am getting connection pool timeouts and am only testing the site so I'm not sure why. ...Dim strSQL As String ... and it looks like you left everything open without closing them before you left. ... You read the data with a datareader that is reading the data from the resultset at the spot of the returned resultset, you instantiate a DTO, you add the DTO ... (microsoft.public.dotnet.framework.aspnet)
Re: Problem mit "Mail" ...Escape character is '^]'. ... 250 HELP...Connection closed by foreign host. ... 221 mxintern.kundenserver.de closing connection... (de.comp.sys.mac.internet)
Re: Closing DataReader using ApplicationBlocks ... you need be concerned about closing the connection when you close the dr. ...Dim dr as SqlDataReader ...Joe Fallon "Paolo Pignatelli" wrote in message ... (microsoft.public.dotnet.framework.aspnet)
Re: Closing DataReader using ApplicationBlocks ... you are not closing the connection when you close the dr. ... >> Return ProductsByCategory...blah.... (microsoft.public.dotnet.framework.aspnet)