I'm using Flex - IIS - ASP.NET to do remote calls. When I stresstest, all remote calls that take longer than 30 seconds fail. In Charles I get a message saying 'SocketTimeout: Read timed out'. Is this something that can be configured in IIS? Or could it be a problem with a setting in Charles?
+1
A:
No clue what Charles is....
...but you know that ASP.NET has a script timeout limit that is 30 seconds per default (but you can change it, even in code in the page)?
TomTom
2010-03-09 08:14:01
I'm gonna try to set this in the web.config.
Lieven Cardoen
2010-03-09 08:22:07
Doesn't work. Very strange.
Lieven Cardoen
2010-03-09 08:25:31
So what IS charles? Can it be you get a timeout from the OTHER side (the service you call)?
TomTom
2010-03-09 08:32:01
Charles is a http monitor written in Java, so I guess the problem could be there.
Lieven Cardoen
2010-03-09 08:35:01
Possibly. Looks like something on the way times out.
TomTom
2010-03-09 09:05:09