Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Time out exception

Time out exception

Scheduled Pinned Locked Moved C#
csharphelp
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manojk_batra
    wrote on last edited by
    #1

    Dear All, Dear All, I made a webservice, which takes more than 70 seconds to compute something. When I simply run the webservice it returns me the result. But when I access it through application(C# window), it raise TIMEOUT exception. I also tried via increasing the timout value for sessionState element but not able to solve the problem. :) With Regards Manoj

    G 1 Reply Last reply
    0
    • M manojk_batra

      Dear All, Dear All, I made a webservice, which takes more than 70 seconds to compute something. When I simply run the webservice it returns me the result. But when I access it through application(C# window), it raise TIMEOUT exception. I also tried via increasing the timout value for sessionState element but not able to solve the problem. :) With Regards Manoj

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Change the timeout for the object that handles the webservice call. It's the timeout for the web request, not the session timeout. --- b { font-weight: normal; }

      M 1 Reply Last reply
      0
      • G Guffa

        Change the timeout for the object that handles the webservice call. It's the timeout for the web request, not the session timeout. --- b { font-weight: normal; }

        M Offline
        M Offline
        manojk_batra
        wrote on last edited by
        #3

        Dear Guffa, I tried by increasing the httpRuntime's executionTimeout to 1300, still its not working.:) Thanks & Regards Manoj

        G 1 Reply Last reply
        0
        • M manojk_batra

          Dear Guffa, I tried by increasing the httpRuntime's executionTimeout to 1300, still its not working.:) Thanks & Regards Manoj

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          No, not the execution timeout, the web request timeout. --- b { font-weight: normal; }

          M 1 Reply Last reply
          0
          • G Guffa

            No, not the execution timeout, the web request timeout. --- b { font-weight: normal; }

            M Offline
            M Offline
            manojk_batra
            wrote on last edited by
            #5

            Dear Guffa, Thanks you a lot for giving the solution. Actually your First reply given the solution, which I had not understood . Now I got what you were saying. :(( I am really sorry, i was not able to understand. :laugh: Thanks Thanks you a lot for the solution Manoj

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups