WebRequest timeout changed declaratively
Hi all,
We have some performance issues on a .NET 2.0 app. However we cannot modify
it, we don't have the sources.
Reading the logs, the error is a timeout happening in some Web Service call.
With the sources, it would be easy (?!), would have just changed
WebRequest.Timout to a bigger value, but we don't have sources.
Is there a way to change the default value, which is 100 seconds,
declaratively (in web.config, machine.config... etc.) or even somewhere else
like in the registry? Or is it hard coded in the framework?
I have been struggling on this, but haven't found a lead...
Thanks,
Cédric
.
Relevant Pages
- Re: Is ODBC useless, or OK in some circumstances?
... System Event Logs, Security Logs, and Application logs on remote machines, ... synch the app credentials with the servers. ... > Regarding database roles, best practices suggest if you need to give ... (microsoft.public.dotnet.general) - Re: Large text file - in memory ( > 60mb)
... The file is over 64mb in size, reading it line by line to do a search ... while running the app, it would mean reading/searching the>64mb file many ... Then I have to show this record found (wich ... maybe creating a datatable to ease the search but I'm pretty sure memory ... (microsoft.public.dotnet.framework) - Re: Avaya IP Office TSP unpredictable lineMakeCall() failure
... Grant. ... an app that makes many calls via a 3rd-party TSP: ... Avaya to get hold of the PBX's internal logs. ... The app reports all such events to its trace output. ... (microsoft.public.win32.programmer.tapi) - Re: service question
... The use of the SERVICE.H header file and the accompanying SERVICE.C file ... There is no need to modify the code in SERVICE.C. ... The second option is to use the ATL COM App Wizard in MSVC 6 and ... Services should run as LocalService or LocalSystem and they should run on ... (microsoft.public.dotnet.languages.vc) - Re: How to purge file cache
... What I'm after is an app which does reading, of a file using FSD- hence i'm ... assuming that the file won't be memory-mapped into the memory. ... and do a re-copy would take shorter time as the reading is done via cache... ... >> megs) are cached in the file system. ... (microsoft.public.development.device.drivers) |
|