has exceeded the allotted timeout of 00:01:00
.Net
has exceeded the allotted timeout of 00:01:00
Problem:
I am using web service in my website, when I debug the code in my website and web service.
I get error opertion time out, error message is ...has exceeded the allotted timeout of 00:01:00
Solution:
in web.config of website and service service using fillowing timeout settings
closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
e.g
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_servicedname" closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
Note: make sure if you are using binding for more than 5 webserices, you need to specify timeout foreach
has exceeded the allotted timeout of 00:01:00
Problem:
I am using web service in my website, when I debug the code in my website and web service.
I get error opertion time out, error message is ...has exceeded the allotted timeout of 00:01:00
Solution:
in web.config of website and service service using fillowing timeout settings
closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
e.g
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_servicedname" closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
Note: make sure if you are using binding for more than 5 webserices, you need to specify timeout foreach
Share This with your friend by choosing any social account
You may also read following recent Post
![]() |
How old are you and what is your net worth? Also, what is your educational background and what sort of a job do you do? Do you enjoy your work?
48 By Nauman Shafi |
![]() |
create appointment booking page with available time slot using database ms sql server
54 By Junaid A |
![]() |
what is Asp.Net Core
66 By Junaid A |
![]() |
publish has encountered an error Object reference not set to an instance of an object A diagnostic log has been written to following location
99 By Junaid A |
![]() |
The provided URI scheme 'http' is invalid; expected 'https'." & vbCrLf & "Parameter name: via
107 By Junaid A |
![]() |
C# Language Basics
1676 By |
![]() |
Crud in Asp.NET using tabs
640 By Haider |
![]() |
Parser Error
705 By Usman Jafar |
![]() |
What are 3 C
198 By |
![]() |
what is .net
421 By |
![]() |
How to post uploaded file and form data in MVC using jquery?ts Common scenario where you want to pos
228 By |
![]() |
MVC url routing
268 By |
![]() |
Learn about Session
291 By |