I am trying out microsoft sample for HTTP Request-Response, but i am ending up with timeout exception everytime.
I changed executiontimeout(httpruntime attribute in machine.config) from 90sec to 9000sec and restarted IIS. Also the ASP.NET application that requests BizTalk Orchestration is running with the user in BizTalk group. But the error still exist.
when I set the timeout for the request object in ASP.NET application, it worked fine. however it’s not a long running orchestration, it should take around 2 sec.
I am trying to find out the difference between setting it in machine.config file and setting timeout for particular request.
I think you can also change the timeout inside your calling .net app. It should be a property on httprequest if I remember correctly.
But, I guess the question is why is the call not returning? Is it a long running process that will return something? i.e. how long does it take for the process to run?
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.