Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: sun4sundayPosted on 2007-03-20 at 20:39:02ID: 18761544
Timeout expired >> means when the client try to access the webservice timeout occurs becuse of some reason like slow network access, slow response from web server etc. Timeout will not happen when you run the applicaiton in the developing environment because web service MAY be in the same comptuer and the response will be fast.
Try increasing the httpRequest time out limit value in web.config.
Check how fast is the client network to access the server
Also check the performance of the web server.
sun4sunday