Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9004429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:53:36+00:00 2026-06-16T00:53:36+00:00

i got the following error in my application. Timeout expired. The timeout period elapsed

  • 0

i got the following error in my 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. “

With out any idea i just changed compilation debug=”true” to compilation debug=”false” in web.config.

issue suddenly disappeared. is there any connection between compilation debug and pool size?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:53:37+00:00Added an answer on June 16, 2026 at 12:53 am

    It looks like a connection leaking issue. It’s important to always close / dispose connections after use. Otherwise they are not returned to the connection pool (or returned too slow).

    Make shure you always have using statements with connections such as:

    using (SqlConnection connection = new SqlConnection(connectionString))  
    {  
        SqlCommand command = connection.CreateCommand();  
    
        command.CommandText = "mysp_GetValue";  
        command.CommandType = CommandType.StoredProcedure;  
    
        connection.Open();  
        object ret = command.ExecuteScalar();  
    }  
    

    More information here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently got this following error in my application JPA/Hibernate with database Oracle RAC 11g.
On a server running a Qt application I got the following error, as soon
Got the following error when I tried to compile a C application in 64-bit
I just tried to use Gears in my GWT application and got following error:
I got the following error when deleting an object from my app. Any ideas
during run rake for rails application i got following error Function 'zmq_getsockopt' not found
I got this following error when my website was being audited. I have developed
I recently got the following error in my web application. The page 'ControlName.ascx' cannot
I want to display PDF in my UI and got the following error: May
I got following error... System.NullReferenceException: Object reference not set to an instance of an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.