Re: IIS ASP.net Web Services Disconnected

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Egghead" <robertlo_NOSPAM_@xxxxxxx> wrote in message
news:O6zCtFi2GHA.2176@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

Nothing to do with the filename, the IIS drops the connection after around
5 mins. The web serivces sends the file to no where after the connection
has been drop (usually after 5mins). The finny is that it does not flow
any expcation at both side. It acts as everything is OK.
I change all the time-out prop. at the server-side already, and they are
all at least 60 mins.

FYI, IIS has nothing to do with this. It's all a matter of ASP.NET.

In your client, before you make the request, try setting the Timeout
property. Assuming that your client proxy class is called FileService:

FileService service = new FileService();
service.Timeout = 1 * 60 * 60 * 1000; // One hour, in milliseconds
string fileFromServer = service.GetFile();


I hope that helps, as I haven't been following this thread recently.

John


.



Relevant Pages

  • Re: IIS ASP.net Web Services Disconnected
    ... Nothing to do with the filename, the IIS drops the connection after around 5 ... at least 60 mins. ... I have a web service in IIS 5.0 and IIS 6.0. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: RPC-HTTP problems
    ... Exchange access within our office and with OWA access outside our ... rpc-http connection to work outside our office. ... assure iis is allowing the rpcproxy.dll web extension. ... server is unavailable" ...
    (microsoft.public.windows.server.sbs)
  • Re: An existing connection was forcibly closed by the remote host
    ... What IIS settings are you referring to? ... Authentication the Analysis Service connection does not fail. ... >> I have an ASP.NET application that is connecting to an Analysis Services ... >> endReceivalIfException, Boolean readSession, Boolean ...
    (microsoft.public.dotnet.framework)
  • HTTP 403.9 - Access Forbidden: Too many users are connected.
    ... The IIS installation is standard, ... connection is set to 15 seconds): ... the ASP VBScript. ... access it directly or with other computers: it's a small company with a small ...
    (microsoft.public.scripting.vbscript)
  • Re: IIS connects to Oracle : only ONE session active at any time
    ... like Oracle or IIS is queuing requests rather than multi-threading them. ... The application programmers think the> ADO connection is defined on application scope. ... >>> We have an IIS-server using ASP and connecting to an Oracle 7.3.4>>> database. ... >>> What happens is that a certain session is active for a while. ...
    (microsoft.public.inetserver.iis)