Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 time out expired error

Author  Topic 

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2009-09-30 : 00:42:13
Dear user
i have develop window base application in asp.net using C#. it is work my pc is very well. but their is excute in client machin their are occured a error message and application is closed.

following error error message disply


Unhandled exception has occured in your application if you click continue, the application will ignoure this erroe and attempt to continue. if you clck quit the application wil close immediately

timeout expired. the timeout period elasped prior to obtaining a connection from the pool. this may have occured becouse all pooled connection were in use and max pool size reached


afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-09-30 : 03:33:22
change the connection timeout property
Go to Top of Page

ViktorKoju
Starting Member

3 Posts

Posted - 2009-10-08 : 19:10:06
Facing the same problem - any help?
Go to Top of Page

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2009-10-09 : 05:22:35
hi i have solve this problem
i have add Connect Timeout=50 in connection string
thanks Afrika user
Go to Top of Page
   

- Advertisement -