Dear All,
i am using the following connection string in my website:
Source=.; Initial Catalog=DB; user id=User; password=123; Min Pool size=50;Packet Size=32767;Connect Timeout = 200;pooling='true'; MultipleActiveResultSets=true; Asynchronous Processing=true
but sometimes my website goes down and it says:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
should i change anything on this?
what is the issue?
Go to the complete details ...