Timeout for HTTP Request-Response

Home Page Forums BizTalk 2004 – BizTalk 2010 Timeout for HTTP Request-Response

Viewing 1 reply thread
  • Author
    Posts
    • #12499

      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.

      Any ideas how to solve this???

      Thanks

    • #12500

      Thanks Stephen,

      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.

      Anyway the current issue has been solved.

      Thanks again.

      • #12501

        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?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.