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 7536431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:34:21+00:00 2026-05-30T06:34:21+00:00

My application is on ASP.NET 4 with SQL Server 2008 R2 backend. Connection string

  • 0

My application is on ASP.NET 4 with SQL Server 2008 R2 backend.

Connection string is using Integrated Security. I want to know what are the advantages of adding:

pooling = true;
max pool size =
N

in the connection string when Integrated Security is set to true.

Shall I enable it or not?

Edited

Is the problem discussed in this question possible when pooling is not enabled?

Application starts displaying wrong data but corrects when SQL Server service restarts.

Edited:

The Web.Config file contains following lines:

<add name="ConStringPWS" connectionString="Data Source=.;Initial Catalog=pWS;Integrated Security=True;" providerName="System.Data.SqlClient"/>

<identity impersonate="true" userName="Server\Administrator" password="xyz"/>
  • 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-05-30T06:34:22+00:00Added an answer on May 30, 2026 at 6:34 am

    Yes, i think we should enable the connection pool.
    (Actually, by default the pooling is enabled and max pool size is 100)

    As far as i know, The pooling is not related to Integrated Security configuration.

    Pooling connections will help your application on better performance and better scalability area. Pooling is a technique to reduce the cost of repeatedly opening and closing connections(Physical).

    As far as i know to answer your question, How to check Pooling is enable or not.
    I think someone here can give you a better answer.

    SqlConnectionStringBuilder cnnBuilder = new SqlConnectionStringBuilder(yourConnection.ConnectionString);
    bool isPooling = cnnBuilder.Pooling;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an asp.net web application written in C# using a SQL Server 2008
I am developing one web application using asp.net 2005 and Microsoft SQL Server 2008
I am developing a asp.net application and i am using SQL Server 2008. I
I am developing an asp.net application ,, currently i'm using Sql Server 2008 as
I have an ASP.NET Web Application using SQL Server 2008. When a post code
Example scenario in an ASP.NET application using SQL Server membership provider : 1) a
I am using AdoNetAppender (SQL server) in my asp.net application and would like use
I have an ASP.Net MVC application and I'm using Forms authentication in SQL Server.
I maintain a legacy ASP.Net Web application (using .Net 2.0 + SQL Server 2005
What are the licences required for an asp.net (MVC) web application using sql server

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.