Database website times out

G

Guest

I have recently inhereted a database wesite that has given me fits in recent
days. The websites times out after browsing the sites for about 5 minutes or
less. Any help I can get is greatly appreciated. Here is the error that comes
up when it times out:

Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and max pool size was reached.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Timeout expired. The
timeout period elapsed prior to obtaining a connection from the pool. This
may have occurred because all pooled connections were in use and max pool
size was reached.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Timeout expired. The timeout period elapsed
prior to obtaining a connection from the pool. This may have occurred because
all pooled connections were in use and max pool size was reached.]
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +396
System.Data.SqlClient.SqlConnection.Open() +384
Vitamin.ProductsDB.GetProductDesc(Int32 productID)
Vitamin.ItemDetail.PopulateShoppingCartList()
Vitamin.ItemDetail.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

Thanks,
 
G

Guest

Yes, they said it's a problem in the code.

--
Henry Contreras
http://classifiedfrenzy.com
Home of the Free online classifieds!



David Berry said:
Have you contacted your web host with the error messages?

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/


Henry Contreras said:
I have recently inhereted a database wesite that has given me fits in
recent
days. The websites times out after browsing the sites for about 5 minutes
or
less. Any help I can get is greatly appreciated. Here is the error that
comes
up when it times out:

Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to obtaining a
connection
from the pool. This may have occurred because all pooled connections were
in
use and max pool size was reached.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Timeout expired. The
timeout period elapsed prior to obtaining a connection from the pool. This
may have occurred because all pooled connections were in use and max pool
size was reached.

Source Error:

An unhandled exception was generated during the execution of the current
web
request. Information regarding the origin and location of the exception
can
be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Timeout expired. The timeout period elapsed
prior to obtaining a connection from the pool. This may have occurred
because
all pooled connections were in use and max pool size was reached.]
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString
options, Boolean& isInTransaction) +396
System.Data.SqlClient.SqlConnection.Open() +384
Vitamin.ProductsDB.GetProductDesc(Int32 productID)
Vitamin.ItemDetail.PopulateShoppingCartList()
Vitamin.ItemDetail.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

Thanks,
 
D

David Berry

Without seeing all the code we'd have no way to help you figure out what's
causing the problem.

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/


Henry Contreras said:
Yes, they said it's a problem in the code.

--
Henry Contreras
http://classifiedfrenzy.com
Home of the Free online classifieds!



David Berry said:
Have you contacted your web host with the error messages?

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/


Henry Contreras said:
I have recently inhereted a database wesite that has given me fits in
recent
days. The websites times out after browsing the sites for about 5
minutes
or
less. Any help I can get is greatly appreciated. Here is the error that
comes
up when it times out:

Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to obtaining a
connection
from the pool. This may have occurred because all pooled connections
were
in
use and max pool size was reached.
Description: An unhandled exception occurred during the execution of
the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Timeout expired.
The
timeout period elapsed prior to obtaining a connection from the pool.
This
may have occurred because all pooled connections were in use and max
pool
size was reached.

Source Error:

An unhandled exception was generated during the execution of the
current
web
request. Information regarding the origin and location of the exception
can
be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Timeout expired. The timeout period elapsed
prior to obtaining a connection from the pool. This may have occurred
because
all pooled connections were in use and max pool size was reached.]
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString
options, Boolean& isInTransaction) +396
System.Data.SqlClient.SqlConnection.Open() +384
Vitamin.ProductsDB.GetProductDesc(Int32 productID)
Vitamin.ItemDetail.PopulateShoppingCartList()
Vitamin.ItemDetail.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top