You are implementing an ASP.NET Web application that connects to a Microsoft SQL Server database using the following connection string:
server=.;database=NorthWind;Integrated Security=SSPI;Min Pool Size=10;Max Pool Size=100
Users authenticate to the Web application using their Microsoft Windows credentials. You must determine how many connection pools the application will create to ensure that connection resource usage is optimized.

How many connection pools will the application create?

 Posted by Rajkatie on 8/30/2012 | Category: ADO.NET Interview questions | Views: 2753 | Points: 40
Select from following answers:
  1. 1 per user
  2. 10
  3. 1
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response