.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:

  1. Setting the Web A timeout from the code in service caller (100% is not fixed, but I think I did this);
  2. Setting expiration in the web service proxy manufacturer in the web context;

  3. P> and for details on the last case:



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -