Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS 6.0 & 2003 server- connection keeps getting dropped

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  COM+ Freezes Win2k Adv Server with SP4  
Author Message
anonymous846

External


Since: Jan 05, 2004
Posts: 3



(Msg. 1) Posted: Fri Apr 16, 2004 1:21 pm
Post subject: IIS 6.0 & 2003 server- connection keeps getting dropped
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,
I keep getting disconnected with a Connection_Dropped message in the HTTPErr log whenever an out of process call returns a string output very big in size (20MB)...the connection drops when the Response.Write call is made to send back the string. I have set the aspbufferlimit to 64MB for testing, but it had no effect. I checked the "IsClientConnected" property before the write call, and it is true. It works fine on Win2k with iis 5.*, but not in Windows 2003 server with IIS 6.0. The script/session timeouts are all set to 20 minutes (the transaction takes less than a minute). The Response is being sent back to an XMLHTTP request.
Any ideas?

Thanks,
manny

'----global asa-------

Sub Session_OnStart
Set Session("oMyObj") = Server.CreateObject("MyLib.MyObj")
End Sub

'-----myASP.asp---------
<%
Option Explicit
Dim oMyObject
Dim sResponse

Set oMyObject = Session("oMyObj")

' I am getting a Connection_Dropped message in HTTPErr when
' this function call below returns 20Megs of data (4-5 megs work fine)

sResponse = oMyObject.LongRunningFunction(someParameter)

Response.Write sResponse
%>

 >> Stay informed about: IIS 6.0 & 2003 server- connection keeps getting dropped 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Server Connections - Hi, im getting a to many connections error on IIS. What exactly constitutes a connection ? - im only viewing one site.... Brian

connection reset by server - We recently upgraded to IIS6 on Windows Server 2003. Ever since then, we get the above error when trying to download any file from that webserver that take over 8 minutes to complete the download. We are using HTTP for the protocol. The downloads....

Maximum connection for IIS Server - I have to buy a new server for installing an Intranet Server and i wanted to know how many connections can i have on IIS Server ? How can determine it ? memory, processor, network bandwith and disk space ?

Web Server for Remote Desktop Web Connection - Hi Everyone, Here is the problem....i setup Remote Desktop Web Connection in my Home Network and it works fine only in my Lan using 192.168.1.5 as my Host ip static. When i try to test the wan connection from my Lan using my ISP ip i can..

iis5.0 - - 'the connection to web server 'xxxx' was lost - win2k adv serv/iis5.0 one of my virtual websites keeps becoming not available to serve up pages, page not found msg when i check the status in iis, it looks ok, if i attemped to stop or change any property in the web site, i get the message in the subjec...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]