How to increase the timeout period of web service in asp.net?

前端 未结 3 397
萌比男神i
萌比男神i 2021-02-03 21:58

I\'ve created one web service which is of asmx type. And I\'m using my web service in the .net windows application.

Web method from the web service receives byte array

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-03 22:13

    In app.config file (or .exe.config) you can add or change the "receiveTimeout" property in binding. like this

    
    

提交回复
热议问题