.net - How to increase the timeout period of web service in asp.net? -
I created a web service that is of asmx type and I am using my web service in the net web application .
Byte from web service obtains byte array conversion of web method object & amp; My class object has different properties in which I am adding an XML file as string.
How to extend the web service period?
Thanks.
You can do this in a variety of ways:
- Setting the Web A timeout from the code in service caller (100% is not fixed, but I think I did this);
- Setting expiration in the web service proxy manufacturer in the web context;
- P> and for details on the last case:
Comments
Post a Comment