In a .NET 4 application, does the default restriction for two connections to the host (through <system.net><connectionManagement>) apply to the pool SqlConnection?
<system.net><connectionManagement>
SqlConnection
No, because it SqlConnectioncreates connections using the Win32 API, not System.Net.
System.Net